Which SQL clause is used to filter records?
Database Design and Development SQL 1

Quiz
•
Computers
•
University
•
Medium

Nicole Donnelly
Used 3+ times
FREE Resource
26 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
WHERE
SELECT
GROUP BY
ORDER BY
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the SQL statement "SELECT * FROM table1 WHERE column1 LIKE '%value%'" do?
Selects all columns from table1 where column1 exactly matches 'value'
Selects all columns from table1 where column1 contains 'value'
Selects all rows from table1 where column1 is greater than 'value'
Selects all unique rows from table1 where column1 contains 'value'
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL statement is used to remove a table from a database?
REMOVE TABLE table_name
DELETE TABLE table_name
DROP TABLE table_name
ERASE TABLE table_name
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In SQL, what function is used to count the number of rows in a table?
SUM()
COUNT()
TOTAL()
ADD()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct SQL statement to create a new table called "Employees"?
CREATE Employees TABLE;
CREATE TABLE Employees;
NEW TABLE Employees;
INIT TABLE Employees;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following SQL statements is used to update data in a database?
MODIFY
UPDATE
CHANGE
ALTER
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In SQL, what is a primary key?
A key that uniquely identifies each row in a table
A key that can be used to encrypt data
A key that is used to create relationships between tables
A key that is used for indexing purposes
Create a free account and access millions of resources
Similar Resources on Quizizz
24 questions
DBMS Quizz

Quiz
•
University
25 questions
SQL BASICS

Quiz
•
University
25 questions
SQL Quiz: 25 MCQs on the Student Table

Quiz
•
University
23 questions
Test 2 T1

Quiz
•
University
30 questions
MySQL and RA

Quiz
•
University
25 questions
PHP + MySQL

Quiz
•
7th Grade - University
23 questions
SQL

Quiz
•
12th Grade - Professi...
26 questions
IM2 DDL

Quiz
•
University