What does the SELECT Statement do?

Basic SQL

Quiz
•
Computers
•
University
•
Medium
Urvashi Thapar
Used 22+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Data is read from the SQL database by this statement and displayed to the database user.
The stored data in the SQL database is changed or modified by this SQL statement.
By deleting the stored data, this SQL statement deletes the database.
A new table in SQL is created using this SQL statement.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the functionality of SQL COUNT?
It returns the no of record of column
It returns the no of record of database
It returns the no of record of table
It returns the no of record of row
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In SQL SELECT COUNT, one needs to specify the –
Row Name
Column Name
Table name
None of the above
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does SQL stand for?
Sample Query Language
Sequential Query Language
Sample Query Language
Structured Query Language
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" is "Peter"?
Select * from Persons where FirstName = "Peter"
Select [all] from Persons where FirstName = "Peter"
Select * from Persons where FirstName <> "Peter"
Select [all] from Persons where FirstName Like "Peter"
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following statements would you use to add a new instructor to the Instructor table.
SELECT Instructor(ins_id, lastname, firstname, city, country)
FROM VALUES(4, 'Doe', 'John', 'Sydney', 'AU');
INSERT INTO Instructor(ins_id, lastname, firstname, city, country)
VALUES(4, 'Doe', 'John', 'Sydney', 'AU');
INSERT
VALUES(4, 'Doe', 'John', 'Sydney', 'AU') INTO Instructor(ins_id, lastname, firstname, city, country);
UPDATE Instructor(ins_id, lastname, firstname, city, country)
WITH VALUES(4, 'Doe', 'John', 'Sydney', 'AU');
Similar Resources on Quizizz
10 questions
SQL CTE and Agregations

Quiz
•
University
11 questions
@tbinh1768/TIN ĐS HK1

Quiz
•
11th Grade - University
10 questions
Postest MODUL 5

Quiz
•
University
10 questions
Introduction to database systems

Quiz
•
University
7 questions
Konsep Database

Quiz
•
University
10 questions
Banco de Dados Quiz

Quiz
•
University
10 questions
CH 5 - SQL Language and Database Concepts

Quiz
•
University
10 questions
SQL Basic

Quiz
•
University
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