DDL-Constarints

DDL-Constarints

Professional Development

5 Qs

quiz-placeholder

Similar activities

DBMS -23

DBMS -23

Professional Development

7 Qs

Introduction to SQL

Introduction to SQL

10th Grade - Professional Development

10 Qs

NE Pilot

NE Pilot

Professional Development

9 Qs

Kali Linux Quiz 3

Kali Linux Quiz 3

Professional Development

8 Qs

Microsoft SQL Server

Microsoft SQL Server

12th Grade - Professional Development

10 Qs

Databases - SQL 1

Databases - SQL 1

Professional Development

10 Qs

Kuis Oracle Database

Kuis Oracle Database

Professional Development

10 Qs

BAnDS Tournament Round 3

BAnDS Tournament Round 3

University - 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