The following two SQL statements will produce the same results.
Select last_name, first_name
from customer
where credit_limit > 99 and credit_limit < 10001;
Select last_name, first_name
from customer
where credit_limit between 100 and 10000;
Correct Answer:
Verified
Q65: If multiple Boolean operators are used in
Q81: When creating a table, it is not
Q90: What are some of the standard SQL
Q91: When a GROUP BY clause is included
Q92: A referential integrity constraint specifies that the
Q93: The following query totals sales for each
Q97: What three clauses are contained in most
Q98: The following query totals sales in state=
Q98: The HAVING clause and the WHERE clause
Q100: What were the original purposes of SQL,
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents