Which clause is used with the ALTER TABLE statement?
SQL Basic

Quiz
•
Computers
•
University
•
Medium
John Oli
Used 40+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
JOIN
SELECT
INTO
ADD COLUMN
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a relational database?
A database that organizes information into one or more tables.
A set of data values of a particular type.
A single record in a table
A collection of data organized into rows and columns.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would you need to complete the associated UPDATE statement?
UPDATE ________
SET height = 6
WHERE id = 1;
A column name.
A table name.
The keyword INTO.
A row name.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are common data types in SQL?
PDF, JPEG, GIF, MP3
id, name, age
Row, Column
Integer, Text, Date, Real
Answer explanation
Integer - a whole number. Text - a text string. Date - a date. Real - a decimal number.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the INSERT statement do?
Fetch data from a database.
Insert a new table into a database
Insert new rows into a table
Insert new columns into a table
Answer explanation
You can use the INSERT statement when you want to add new records.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a NULL value?
A value that represents missing or unknown data.
A numerical value.
An outdated value.
A known value.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the * character?
SELECT *
FROM celebs;
It selects new values in the table.
It only selects columns where values are not empty in the table.
It selects the leftmost column in the table.
It selects every column in the table.
Answer explanation
Correct! It allows us to select every column in a table without having to name each one individually.
Create a free account and access millions of resources
Similar Resources on Quizizz
11 questions
CH8 of database

Quiz
•
University
10 questions
SQL Programming

Quiz
•
4th Grade - Professio...
10 questions
EXERCISE_RELATIONALDATABASE

Quiz
•
University
10 questions
DBMS Lab-Model Exam-Viva

Quiz
•
University
15 questions
seatwork RDBMS

Quiz
•
University
13 questions
Ch 3 - Expl & val data - part 2

Quiz
•
University
15 questions
DBMS_Quiz_1

Quiz
•
University
10 questions
SQL Queries

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