It is a specific request for data manipulation issued by the end-user or the application to the DBMS.

Quiz 2 ADS

Quiz
•
Computers
•
University
•
Medium
Sarah Escote
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Constrint
Query
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
SQL can perform various types of data manipulation only.
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the proper syntax for creating a table?
CREATE TABLE table_name (column1 datatype, …);
CREATE TABLE table_name (datatype column1 datatype, …);
CREATE table_name (datatype column1 datatype, …);
CREATE table_name (datatype column1);
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want to delete table's data, what is the proper syntax?
TRUNCATE table_name;
TRUNCATE table table_name;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the proper syntax to add column to an existing table?
ALTER TABLE table_name ADD COLUMN column_name datatype;
ALTER TABLE ADD COLUMN column_name datatype;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the proper syntax to drop column to an existing table?
ALTER TABLE Students DROP COLUMN Section;
ALTER TABLE Students DROP Section;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the proper syntax for adding a UNIQUE constraint on an existing table?
ALTER TABLE table_name ADD UNIQUE (column);
ALTER TABLE ADD UNIQUE (column);
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
SQL Basic

Quiz
•
University
10 questions
SQL Programming

Quiz
•
4th Grade - Professio...
10 questions
QUIZ ON SQL

Quiz
•
University
10 questions
PBD Pertemuan 03

Quiz
•
University
10 questions
Object Oriented Programming

Quiz
•
University
12 questions
BFM3002 - QUIZ 2

Quiz
•
University - Professi...
15 questions
POST-TEST MODUL 1 APSI

Quiz
•
University
10 questions
Taller SQL

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