MCQs > Database Management > Transact-SQL (T-SQL) > Which query shows the first name, department, and team of all students with the two lowest points?

Transact-SQL (T-SQL) MCQs

Which query shows the first name, department, and team of all students with the two lowest points?

Answer

Correct Answer: SELECT TOP(2) WITH TIES first_name, department, team FROM Students ORDER BY points;

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