DDL-Constarints

DDL-Constarints

Professional Development

5 Qs

quiz-placeholder

Similar activities

PreLab Quiz - DDL and DML Commands

PreLab Quiz - DDL and DML Commands

Professional Development

10 Qs

Banco de Dados  - SQL

Banco de Dados - SQL

Professional Development

10 Qs

DBMS-Week7

DBMS-Week7

Professional Development

10 Qs

Quiz de Revisão

Quiz de Revisão

Professional Development

6 Qs

DDL - Create

DDL - Create

Professional Development

10 Qs

DBMS SESSION 20

DBMS SESSION 20

Professional Development

8 Qs

PSD1

PSD1

Professional Development

10 Qs

SQL Sesi 1

SQL Sesi 1

Professional Development

10 Qs

DDL-Constarints

DDL-Constarints

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Rajeswari AM

Used 8+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?

Data Definition Language(DDL)

Data Manipulation Language(DML)

DML and DDL

None of the Mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SQL, which command(s) is(are) used to change a table’s storage characteristics?

ALTER TABLE

MODIFY TABLE

CHANGE TABLE

All of the Mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SQL, which of the following is not a data definition language commands?

RENAME

REVOKE

GRANT

UPDATE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

___________ defines rules regarding the values allowed in columns and is the standard mechanism for enforcing database integrity.

Column

Constraint

Index

Trigger

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command defines its columns, integrity constraint in create table:

Create command

Drop table command

Alter table command

All of the Mentioned