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
Q59: The benefits of a standardized relational language
Q60: One of the original purposes of the
Q61: Expressions are mathematical manipulations of data in
Q62: The DROP command deletes rows from a
Q63: Implementation of a standard can never stifle
Q65: If multiple Boolean operators are used in
Q66: The following INSERT command would work fine:
INSERT
Q67: In order to update data in SQL,
Q68: An INSERT command does not need to
Q69: Applications can be moved from one machine
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