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 answer
What does the following code do
SELECT FROM customer WHERE zip OR zip AND balance ;
I
a shows customers with zipcodes of either or but only ones with a balance of over $
b shows customers wth zipcodes in either or but does not check the balance of the customers.
c shows customers with zipcodes of either and but only customers in that have a balance over $
d shows 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