Solved

Consider the Registration Relation Shown in the Exhibit

Question 4

Multiple Choice

Consider the Registration relation shown in the exhibit. Which of the following SQL statements would return all tuples that have course codes beginning with the letter M? Consider the Registration relation shown in the exhibit. Which of the following SQL statements would return all tuples that have course codes beginning with the letter M?   A)  SELECT * FROM Registration WHERE Course_Code = # B)  Course_Code LIKE _ C)  Course_Code LIKE % D)  Course Code = %


A) SELECT * FROM Registration WHERE Course_Code = #
B) Course_Code LIKE _
C) Course_Code LIKE %
D) Course Code = %

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions