Page 1 of 1

Consider the Registration relation shown in the exhibit. Which of the following SQL statements would return the Registra

Posted: Sat Jul 23, 2022 7:29 pm
by answerhappygod
Consider the Registration relation shown in the exhibit. Which of the following SQL statements would return the Registration2 relation from the Registration relation?
Consider The Re 1
Consider The Re 1 (201.96 KiB) Viewed 67 times
A. SELECT Course_Code FROM Registration;
B. SELECT * FROM Registration WHERE Registration_ID = 1003 AND Registration_ID = 1005;
C. SELECT * FROM Registration WHERE Course_Code = A4343';
D. SELECT Registration_ID, Student_ID, First_Name, Last_Name