Multiple Choice
Based on the code above,change the postal code of the student with ID 11433 to 14455.
A) UPDATE Student SET PostalCode='14455' ;
B) UPDATE Student SET PostalCode WHERE StudentID='11433' ;
C) UPDATE Student IN PostalCode='14455' WHERE StudentID='11433' ;
D) UPDATE Student SET PostalCode='14455' WHERE StudentID='11433' ;
Correct Answer:
Verified
Related Questions
Q48: Based on the code above,list the complete
Q49: You use the SQL _ command to
Q51: The _ data type stores integers,but uses
Q53: By using the word _ in a
Q54: Based on the code above,find how many
Q55: Based on the code above,list the descriptions
Q56: One common restriction placed on table and
Q57: When you connect simple conditions using the