Which SQL clause is used to choose which columns to show in the result?
SQL in Databases

Quiz
•
Computers
•
10th Grade
•
Easy
Adrian Mallia
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
SELECT
FROM
WHERE
ORDER BY
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the FROM clause specify in an SQL query?
The columns to display
The table to get data from
The order of the results
The condition to filter rows
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL statement will show all columns from a table named `Students`?
SELECT * FROM Students;
SHOW ALL FROM Students;
GET * FROM Students;
SELECT ALL Students;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you select only the "Name" and "Age" columns from a table called `Kids`?
SELECT Name, Age FROM Kids;
SELECT Kids FROM Name, Age;
FROM Kids SELECT Name, Age;
SELECT Name AND Age FROM Kids;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the query SELECT * FROM EMPLOYEES WHERE LOCATION = "PAOLA" or "COSPICUA"; output?
All fields of those employees who reside in Paola only
All fields of those employees who reside in Paola or Cospicua only
Only the names of those employees who reside in Paola or Cospicua
All fields of those employees who do not reside in Paola or Cospicua
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this SQL query do? `SELECT * FROM Books WHERE Author = 'J.K. Rowling';`
Shows all books by J.K. Rowling
Shows only the Author column
Shows all authors except J.K. Rowling
Shows all books in the library
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL query will show all students who are 10 years old from the `Students` table?
SELECT * FROM Students WHERE Age = 10;
SELECT Age = 10 FROM Students;
SELECT * FROM Students ORDER BY Age = 10;
SELECT 10 FROM Students;
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Databases

Quiz
•
10th Grade - University
20 questions
TestOut CompTIA ITF Databases 20 Questions

Quiz
•
10th - 12th Grade
10 questions
8525: Databases & SQL

Quiz
•
10th Grade
10 questions
SQL SELECT

Quiz
•
8th - 10th Grade
10 questions
SQL

Quiz
•
9th - 11th Grade
15 questions
Chapter 9 - Databases (IGCSE Computer Science)

Quiz
•
9th - 12th Grade
12 questions
Database Knowledge Check 3 (SQL)

Quiz
•
9th - 12th Grade
10 questions
SQL- Join, Group by, having

Quiz
•
9th - 12th Grade
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
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

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

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University