What keyword can you use to retrieve rows in which an expression matches a string pattern called a mask? (Choose the most specific answer.)
SQL Practice Exam 2

Quiz
•
Computers
•
University
•
Medium
Forest Machon
Used 1+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
OR
ORDER BY
WHERE
LIKE
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which ORDER BY clause causes 10 rows to be retrieved from the result set, starting with the 20th?
ORDER BY InvoiceTotal DESC OFFSET 20 ROWS FETCH FIRST 10 ROWS
ORDER BY InvoiceTotal DESC OFFSET 10 ROWS FETCH NEXT 20 ROWS
ORDER BY InvoiceTotal DESC OFFSET 0 ROWS FETCH NEXT 10 ROWS
ORDER BY InvoiceTotal DESC OFFSET 10 ROWS FETCH FIRST 20 ROWS
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which clause specifies the number of rows that should be skipped before rows are returned from the result set?
FETCH
OFFSET
SKIP
RETRIEVE
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which clause specifies the number of rows that should be retrieved after skipping the specified number of rows?
FETCH
OFFSET
SKIP
RETRIEVE
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When you code a SELECT statement, you must code the four main clauses in which order?
SELECT, FROM, ORDER BY, WHERE
SELECT, ORDER BY, FROM, WHERE
SELECT, WHERE, ORDER BY, FROM
SELECT, FROM, WHERE, ORDER BY
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do the keywords ALL, DISTINCT, and TOP allow you to do?
create Boolean expressions in a WHERE clause
add or remove rows from a base table
filter the number of columns in the result set
control the number of rows that are returned by a query
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword do you code at the end of the ORDER BY clause to sort the records that are retrieved by a SELECT statement in descending sequence?
DISTINCT
ALL
ASC
Create a free account and access millions of resources
Similar Resources on Quizizz
45 questions
QUIZ

Quiz
•
University
35 questions
Databases and SQL

Quiz
•
University
41 questions
FUNDAMENTALS OF DATABASE SYSTEMS

Quiz
•
University
45 questions
UAS BSD 1

Quiz
•
University
45 questions
Microsoft Excel - Basics

Quiz
•
7th Grade - University
41 questions
Web system

Quiz
•
University
45 questions
DBMS endterm

Quiz
•
University
40 questions
NoSQL

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade