In the SQL SELECT statement below which keyword is responsible for selecting all records starting with a:
Select * from studtb WHERE surname LIKE 'a%';
SQL statements 1
Quiz
•
Computers
•
University
•
Medium
Karen Tan
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the SQL SELECT statement below which keyword is responsible for selecting all records starting with a:
Select * from studtb WHERE surname LIKE 'a%';
SELECT
LIKE
WHERE
FROM
studtb
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the SQL SELECT statement below which keyword is responsible for filtering records by surname
Select * from studtb WHERE surname LIKE 'a%';
SELECT
LIKE
WHERE
FROM
studtb
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the SQL SELECT statement below which keyword is responsible for specifying the source of the data
Select * from studtb WHERE surname LIKE 'a%';
SELECT
LIKE
WHERE
FROM
studtb
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the SQL SELECT statement below which what is the table name?
Select * from studtb WHERE surname LIKE 'a%';
SELECT
LIKE
WHERE
FROM
studtb
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the SQL SELECT statement below what keyword is used to choose all records / specific records in the database?
Select * from studtb WHERE surname LIKE 'a%';
SELECT
LIKE
WHERE
FROM
studtb
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword is responsible for allowing records within a specific range to be selected?
SELECT * FROM Students
WHERE Age BETWEEN 22 AND 25;
BETWEEN
AND
Students
Age
22, 25
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword / operator is responsible for returning records only if both conditions are TRUE?
SELECT * FROM Students
WHERE Age BETWEEN 22 AND 25;
BETWEEN
AND
Students
Age
22, 25
20 questions
Information Management - QUIZ
Quiz
•
University
10 questions
9.1 Databases Cambridge IGCSE 0478
Quiz
•
10th Grade - University
20 questions
Javascript, HTML & CSS revision
Quiz
•
University
15 questions
DBMS LAB QUIZ
Quiz
•
University
10 questions
Java - Introduction
Quiz
•
University
15 questions
database
Quiz
•
University
10 questions
RDBMS
Quiz
•
University
15 questions
7.7 Software Security Review
Quiz
•
8th Grade - University
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