Multiple Choice
Barney learns that the phone number for his friend Lacey in his ADDRESS_BOOK table has been disconnected; thus, her number is now unknown to him. Which SQL statement should Barney use to update the table so as to reflect this unknown value?
A) SELECT PHONE_NO FROM ADDRESS_BOOK WHERE (NAME = 'Lacey') SET NULL;
B) ALTER ADDRESS_BOOK SET PHONE_NO = NULL WHERE (NAME = 'Lacey') ;
C) UPDATE ADDRESS_BOOK SET PHONE_NO = 'NULL' WHERE (NAME = 'Lacey') ;
D) UPDATE ADDRESS_BOOK SET PHONE_NO = NULL WHERE (NAME = 'Lacey') ;
Correct Answer:

Verified
Correct Answer:
Verified
Q24: The DROP TABLE command creates an empty
Q25: Which is the correct sequence of elements
Q26: Which of the following is a valid
Q27: Which of the following commands executes a
Q28: To permanently remove both a table and
Q29: How do you use data from certain
Q30: Which command can you use to create
Q32: How can you use the COMMIT and
Q33: If you have not run the COMMIT
Q34: Which command should Josephine use if she