Complete the SELECT Statement
SELECT * _____ ABC
SQL Commands - SELECT Statements
Quiz
•
Computers
•
Professional Development
•
Medium
JX Chow
Used 21+ times
FREE Resource
10 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Complete the SELECT Statement
SELECT * _____ ABC
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does ABC in the Select Statement Represent?
SELECT * FROM ABC
The Name of the Table
The Name of the Database
The Name of the Column
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the * in the Select Statement represent?
SELECT * FROM ABC
The First Column in the Table
All the Columns
in the Table
The Last Column in the Table
Answer explanation
The asterisk (*) is used widely as a wildcard character in searches
It is used to specify any number of items should go in there
In SQL it means to get all available columns
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What goes into the WHERE Clause of a Select Statement?
SELECT * FROM ABC
WHERE _____
The database that the table is in
The columns that need to be retrieved
The condition that the Results must fulfil
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Modify the Select Statement to only get the following Columns
Col1, Col2
SELECT * FROM ABC
SELECT
Col1 and Col2
FROM ABC
SELECT
Col1 Col2
FROM ABC
SELECT
Col1, Col2, *
FROM ABC
SELECT
Col1, Col2
FROM ABC
Answer explanation
REMEMBER
Columns need to be separated by commas!
SELECT Name, Phone FROM Contacts
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the line that helps us check if the phone number '91234567' is already added?
SELECT Name, Email
FROM Contacts
WHERE Phone = '91234567'
SELECT Name, Email
FROM Contacts
WHERE Phone = '91234567'
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the line that tells SQL which table to use?
SELECT Name, Email
FROM Contacts
WHERE Phone = '91234567'
SELECT Name, Email
FROM Contacts
WHERE Phone = '91234567'
10 questions
Phishing Emails - Protecting Your Identity
Quiz
•
Professional Development
10 questions
Google Sheets Modification Quiz
Quiz
•
Professional Development
15 questions
Day 6 and 7
Quiz
•
Professional Development
10 questions
CodeMonkey Platform Management & Resources
Quiz
•
Professional Development
8 questions
Google Sheets for Beginners
Quiz
•
Professional Development
14 questions
AZ-900 Modulo 2
Quiz
•
KG - Professional Dev...
15 questions
Excel Functions
Quiz
•
Professional Development
10 questions
SQL Commands for your Handphone Contacts
Quiz
•
Professional Development
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