DBMS SQL

DBMS SQL

University

30 Qs

quiz-placeholder

Similar activities

Kuis Basis Data 2

Kuis Basis Data 2

University

30 Qs

Database Design Quiz

Database Design Quiz

University

30 Qs

Technical Quiz WCC

Technical Quiz WCC

University

30 Qs

Web Lanjut 2025

Web Lanjut 2025

University

35 Qs

SQL

SQL

University

35 Qs

SQL_kartkowka

SQL_kartkowka

1st Grade - University

27 Qs

BDL UTS

BDL UTS

University

25 Qs

Microsoft Technical Round - MCQ Round

Microsoft Technical Round - MCQ Round

University

30 Qs

DBMS SQL

DBMS SQL

Assessment

Quiz

Computers

University

Hard

Created by

M. Khandwani

Used 4+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which statement allows us to add a record to a table?

Add To

Update To

Add Into

Insert Into

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Where does the CREATE Command belong?

DML

DDL

DCL

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

select all DDL commands are:-

UPDATE

ALTER

DROP

DELETE

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In existing table, ALTER TABLE statement is used to

Add columns

Add constraints

Delete columns

Delete constrains

All the above

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Correct syntax query syntax to drop a column from a table is

DELETE COLUMN column_name;

DROP COLUMN column_name;

ALTER TABLE table_name DROP COLUMN column_name;

None is correct.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which SQL statement would add a record to the database?

INSERT INTO Designer VALUES ('SMI01', 'M Smith', 'mail@msmith.com', '01224123456')

INSERT VALUES ('SMI01', 'M Smith', 'mail@msmith.com', 01224123456') INTO Designer

INSERT ('SMI01', 'M Smith', 'mail@msmith.com', '01224123456') INTO Designer

INSERT Designer INTO VALUES (''SMI01', 'M Smith', 'mail@msmith.com', '01224123456')

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

This symbol is an SQL wildcard that can substitute for one or more characters when searching for data in a database.

$

%

=

*

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?