DBMS SQL

DBMS SQL

University

30 Qs

quiz-placeholder

Similar activities

SQL Test

SQL Test

University

25 Qs

SQL Bootup

SQL Bootup

University

25 Qs

Chapter 3 - Relational Model

Chapter 3 - Relational Model

University

25 Qs

2DO PARCIAL DB

2DO PARCIAL DB

University

29 Qs

SQL

SQL

University

35 Qs

Quiz - 2 ( DQL, DDL, DML, Joins and Set

Quiz - 2 ( DQL, DDL, DML, Joins and Set

University

25 Qs

Kuis Basis Data 2

Kuis Basis Data 2

University

30 Qs

ITIS301 Chapter 6-Process Analysis

ITIS301 Chapter 6-Process Analysis

University

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