Search Header Logo

DBMS SQL

Authored by M. Khandwani

Computers

University

Used 7+ times

DBMS SQL
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

$

%

=

*

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers