
Data Definition Language (DDL)

Quiz
•
Computers
•
1st - 2nd Grade
•
Hard
bee lim
Used 39+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of the following are TRUE about Data Definition Language (DDL)? You may choose MORE THAN ONE answer.
Allow user to describe and name the entities, attributes, and relationships required for the application
support the basic data manipulation operations on the data held in the database
deletion of data
define/modify schema
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is False about "Create table"?
used to specify a new relation by giving it a name
declare each attribute by given a name and data type
used to insert data in a new relation
declare attribute constraints
3.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Fill in the blanks in the coding below:
CREATE TABLE PRODUCT
(Product_ID VARCHAR(10) NOT NULL UNIQUE,
Product_Name VARCHAR(200),
Unit_Price Numeric(8,2),
PRIMARY KEY________________
4.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
What are the functions of "Alter table"? You may choose MORE THAN ONE answer.
adds a column
changes column characteristics
modify data
deletes a column
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is FALSE about "Alter table"?
Used to change table structure
Used to add table constraints
Used to remove table constraints
Used to delete table
6.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Fill in the blank in command below If you want to increase the width of a column named "Salary" to store the data up to billion:
ALTER TABLE STAFF
__________(Salary Numeric(11,2));
7.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Fill in the blank in command below :
CREATE TABLE STUDENT
(STUDENT_ID VARCHAR(10) __________________,
STUDENT_NAME VARCHAR(100),
PRIMARY KEY(STUDENT_ID));
Create a free account and access millions of resources
Similar Resources on Wayground
8 questions
SQL (Part 1/2)

Quiz
•
2nd Grade
10 questions
Ulangan Harian KD. 3.2 Layanan Komputasi Awan

Quiz
•
2nd Grade
10 questions
UH SQL Dasar Mengelola Tabel

Quiz
•
1st Grade
10 questions
ICT Yr 2 - Insert Table in MS Word

Quiz
•
2nd Grade
14 questions
Table Formatting

Quiz
•
KG - University
15 questions
SQL Programming

Quiz
•
1st - 3rd Grade
15 questions
Types of chart

Quiz
•
1st - 4th Grade
15 questions
S3 Databases Knowledge Check

Quiz
•
2nd - 9th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade