DDL-Constarints

DDL-Constarints

Professional Development

5 Qs

quiz-placeholder

Similar activities

Databases - SQL 1

Databases - SQL 1

Professional Development

10 Qs

SQL Basic

SQL Basic

Professional Development

10 Qs

MySQL Webinar

MySQL Webinar

Professional Development

10 Qs

Banco de Dados - 4º TI (Início da Matéria)

Banco de Dados - 4º TI (Início da Matéria)

Professional Development

10 Qs

Bancos de Dados

Bancos de Dados

Professional Development

10 Qs

SQL1

SQL1

Professional Development

10 Qs

SQL Database - Basic

SQL Database - Basic

Professional Development

10 Qs

Kuis Oracle Database

Kuis Oracle Database

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