untitled

untitled

11th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

BOARD EXAM QUIZ

BOARD EXAM QUIZ

12th Grade

10 Qs

UH 1 Basis Data XI

UH 1 Basis Data XI

11th Grade

10 Qs

Database Management

Database Management

12th Grade

10 Qs

SaaS

SaaS

11th Grade

10 Qs

The CREATE TABLE Statement

The CREATE TABLE Statement

11th Grade

10 Qs

SQL

SQL

10th - 12th Grade

11 Qs

MySQL revision tour

MySQL revision tour

11th - 12th Grade

10 Qs

POST TEST BASIS DATA KELAS 11

POST TEST BASIS DATA KELAS 11

11th Grade

10 Qs

untitled

untitled

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

kiran thayil

FREE Resource

6 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which command is used to open an existing database?

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Command to view structure of the table named ‘STUDENT ‘.

3.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

To destroy the table named ‘STUDENT ‘.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Delete * from empl;

Deletes all tuples.

updates the table emp with null.

Destroys the table.

5.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

DML commands are:-

INSERT

UPDATE

DELETE

GRANT

6.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

DDL commands are:-

UPDATE

CREATE

DROP

DELETE