9. PRA2_MCQ Qn9
With SQL, how do you select all the records from a table named “Book” where the value of the column “BookName

9. PRA2_MCQ Qn9
With SQL, how do you select all the records from a table named “Book” where the value of the column “BookName” starts with “p?
Pick ONE option
SELECT * FROM Book WHERE BookName LIKE ‘%p’
SELECT * FROM Book WHERE BookName=’p’
SELECT * FROM Book WHERE BookName LIKE ‘p%’
Silhos ECT * FROM BOOK WHERE BookName=”%p%’
Clear Selection​

About the author
Parker

1 thought on “9. PRA2_MCQ Qn9<br />With SQL, how do you select all the records from a table named “Book” where the value of the column “BookName”

Leave a Reply to Natalia Cancel reply