Data Definition Language Quiz D2

Data Definition Language Quiz D2

University

12 Qs

quiz-placeholder

Similar activities

Lecture 3 - Financial Modelling Excel

Lecture 3 - Financial Modelling Excel

University

10 Qs

Ch 2  - Accessing Data - Part 1

Ch 2 - Accessing Data - Part 1

University

12 Qs

Day-4 Assessment(Essentials of Data Analytics using R)

Day-4 Assessment(Essentials of Data Analytics using R)

University

16 Qs

dbms quiz kitsw

dbms quiz kitsw

University

13 Qs

E-TECH QUIZ 4.2

E-TECH QUIZ 4.2

11th Grade - University

15 Qs

SMALL TEST W3 - KP F

SMALL TEST W3 - KP F

University - Professional Development

14 Qs

PRACTICE exam

PRACTICE exam

University

17 Qs

SQL Quiz

SQL Quiz

University

15 Qs

Data Definition Language Quiz D2

Data Definition Language Quiz D2

Assessment

Quiz

Other

University

Medium

Created by

Johnrich Caldona Soriano

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What is DDL?

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

What is SQL Constraints?

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

3 mins • 1 pt

What is Data Types?

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for CREATE DATABASE?

CREATE DATABASE DatabaseName;

CREATE DATABASE dbSIS;

CREATE DATABASE table_name;

CREATE DATABASE table;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for CREATE TABLE?

CREATE TABLE table_name( Column_name1 datatype(Size) constraints, Column_name2 datatype(Size) constraints, ..... Column_nameN datatype(Size) constraints);

CREATE TABLE table_name;

CREATE TABLE table_name( Column_name1, Column_name2 );

CREATE TABLE table_name( Column_name1 datatype, Column_name2 datatype );

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of ALTER command?

It adds, deletes, or modifies columns in an existing table.

It creates a new table.

It drops a table.

It truncates a table.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for ALTER TABLE - ADD Column?

ALTER TABLE table_name ADD column_name datatype;

ALTER TABLE table_name ADD column_name;

ALTER TABLE table_name ADD column_name datatype constraints;

ALTER TABLE table_name ADD column_name;

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?