DBMS SQL

DBMS SQL

University

30 Qs

quiz-placeholder

Similar activities

Relational Database Model

Relational Database Model

University

25 Qs

Teknologi Pembelajaran (1)

Teknologi Pembelajaran (1)

University

25 Qs

Câu hỏi trắc nghiệm về CSDL

Câu hỏi trắc nghiệm về CSDL

6th Grade - University

30 Qs

DBMS_prep1

DBMS_prep1

University

30 Qs

SQL for MBA Practice Test - Upto Group By Order By

SQL for MBA Practice Test - Upto Group By Order By

University

30 Qs

Database

Database

University

30 Qs

CSC408_Chapter 5: Foundation of Business Intelligence

CSC408_Chapter 5: Foundation of Business Intelligence

University

30 Qs

Linux Test Prep 1

Linux Test Prep 1

7th Grade - Professional Development

25 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?