
SQL Quiz

Quiz
•
Computers
•
12th Grade
•
Hard
Біржан Айқын
FREE Resource
32 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To define columns should be displayed in an SQL SELECT statement:
a) Use FROM to name the source table and list the columns to be shown after SELECT
b) Use the name of the source table after SELECT and list the columns to be shown after FROM
c) Use SELECT to name the source table and list the columns to be shown after FROM
d) Use SELECT to name the columns and list the source tables to be shown after FROM
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
LIKE operator uses____and____ -
precent sign(%);
underscore(_);
conditional AND
conditional OR
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL keyword is used to specify conditional search -
WHERE
HAVING
FROM
LIKE
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
With SQL, how do you select all the column from a table named Person -
SELECT * Persons
select * from Person
select name, lastname, age from Person
select p.* from Person p
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Whit SQL, , how do you select all the column named "FirstName" from a table named "Perons" -
SELECT FristName FROM Persons
Select fisrtname from Persons
SELECT FristName Persons
select Frist, name from Persons
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
SQL provides the AS keyword, which can be used to assign meaningful column names to the results of queries
true
false
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of the following is the correct order of keywords for SQL SELECT statements -
SELECT, FROM, WHERE
SELECT, WHERE, FROM
SELECT, WHERE, FROM, ORDER BY
SELECT, FROM, WHERE, ORDER BY
Create a free account and access millions of resources
Similar Resources on Wayground
35 questions
SAINS KOMPUTER F5

Quiz
•
12th Grade
30 questions
SQL Concepts Quiz for Grade 12 Students

Quiz
•
12th Grade
32 questions
Quiz on Mouse Functionality

Quiz
•
12th Grade - University
29 questions
Câu hỏi về T-SQL Bài 6

Quiz
•
12th Grade
27 questions
Consultas SQL para estudiantes

Quiz
•
12th Grade
32 questions
MTA- Windows Operating System 3

Quiz
•
9th - 12th Grade
30 questions
SKT5 : Bab 2 : SQL

Quiz
•
10th - 12th Grade
27 questions
My SQL

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade