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
Which SQL clause is used to choose which columns to show in the result?
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 Wayground
20 questions
DBMS

Quiz
•
9th - 10th Grade
16 questions
GCSE Databases and SQL 2

Quiz
•
9th - 10th Grade
14 questions
AQA GCSE Databases and SQL

Quiz
•
9th - 12th Grade
15 questions
SQL Bronze Quiz

Quiz
•
8th - 10th Grade
16 questions
Asas Sains Komputer Tingkatan 3 (Bab 4.1.5 - 4.1.9)

Quiz
•
9th - 11th Grade
20 questions
Quiz Basis Data (Query)

Quiz
•
9th - 12th Grade
15 questions
7.7 Software Security Review

Quiz
•
8th Grade - University
20 questions
Programming Fundamentals Part 2

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
10 questions
Essential Lab Safety Practices

Interactive video
•
6th - 10th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade