What does SQL stand for?

Database

Quiz
•
Computers
•
University
•
Medium
Used 31+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Structured Question Language
Strong Question Language
Structured Query Language
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL statement is used to extract data from a database?
OPEN
SELECT
EXTRACT
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
With SQL, how do you select a column named "FirstName" from a table named "Persons"?
SELECT Persons.FirstName
EXTRACT FirstName FROM Persons
SELECT FirstName FROM Persons
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
With SQL, how do you select all the columns from a table named "Persons"?
SELECT Persons
SELECT *.Persons
SELECT * FROM Persons
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 * FROM Persons WHERE FirstName='Peter'
SELECT [all] FROM Persons WHERE FirstName='Peter'
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" starts with an "a"?
SELECT * FROM Persons WHERE FirstName LIKE 'a%'
SELECT * FROM Persons WHERE FirstName='a'
SELECT * FROM Persons WHERE FirstName LIKE '%a'
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The OR operator displays a record if ANY conditions listed are true. The AND operator displays a record if ALL of the conditions listed are true
True
False
Create a free account and access millions of resources
Similar Resources on Quizizz
25 questions
PHP dan MySQL

Quiz
•
University
30 questions
MELINIA - SEQUELVERSE - ROUND 1

Quiz
•
University
25 questions
PHP + MySQL

Quiz
•
7th Grade - University
30 questions
MySQL and RA

Quiz
•
University
25 questions
PRA UAS PEMROG. DATABASE

Quiz
•
University
30 questions
DBMS SQL

Quiz
•
University
25 questions
MYSQL QUIZ 1

Quiz
•
University
25 questions
SQL-Basics-SET-1

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