Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question# 2 : ( Select one answer ) What does the following code do ? SELECT * FROM customer WHERE zip = ' 9 8
Question#:Select one answerWhat does the following code doSELECT FROM customer WHERE zip OR zip ANDbalance ;ashows customers with zipcodes of either or but only ones with a balance of over $bshows customers wth zipcodes in either or but does not check the balance of the customers.cshows customers with zipcodes of either and but only customers in that have a balance over $dshows customers with a balance of over $ but does not check zipcodes.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started