Solved

Imagine That You Are Working with a MySQL Table Called

Question 35

Essay

Imagine that you are working with a MySQL table called ADDRESS_BOOK with the following columns: FIRST_NAME, LAST_NAME, STREET_ADDRESS, CITY, STATE, ZIP_CODE, and BIRTHDAY. Write queries to (1) list all rows missing the ZIP code value and (2) list all rows that include a birthday value.

Correct Answer:

verifed

Verified

SELECT * FROM ADDRESS_BOOK WHE...

View Answer

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

Related Questions