MCQs > Database Management > Transact-SQL (T-SQL) > To select a random student from the table, which statement could you use?

Transact-SQL (T-SQL) MCQs

To select a random student from the table, which statement could you use?

Answer

Correct Answer: SELECT TOP(1) first_name, last_name FROM Students ORDER BY NEWID();

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Transact-SQL (T-SQL) Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Transact-SQL (T-SQL) Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it