Search Header Logo
DBMS

DBMS

Assessment

Presentation

Other

University

Easy

Created by

DrPurnendu Pandey

Used 3+ times

FREE Resource

0 Slides • 10 Questions

1

Multiple Choice

What does SQL stand for?

1
  • A) Structured Query Language

2
  • B) Secure Query Language

3
  • C) Simple Query Language

4
  • D) Standard Query Language

2

Multiple Choice

Which SQL command is used to create a new table in a database?

1
  • A) NEW

2
  • B) MAKE

3
  • C) CREATE

4
  • D) ADD

3

Multiple Choice

In SQL, which command is used to add new rows of data to a table?

1
  • A) ADD

2
  • B) INSERT

3
  • C) UPDATE

4
  • D) APPEND

4

Multiple Choice

Question image

What will be the output of following command?

1

This command will show the table

2

This command will show the schema

3

This command will show the rows

4

This command will show an error.

5

Multiple Choice

Question image

What this command will do in Apex Oracle?

1

will add multiple attributes

2

Will add multiple schema

3

Will add multiple rows

4

Will add multiple tables

6

Multiple Choice

What does the SQL command TRUNCATE do?

1
  • A) Deletes all rows from a table

2
  • B) Deletes a specific row from a table

3
  • C) Removes a column from a table

4
  • D) Modifies the structure of a table

7

Multiple Choice

Which SQL command is used to permanently remove a table from a database?

1
  • A) DROP

2
  • B) REMOVE

3
  • C) DELETE

4
  • D) TRUNCATE

8

Multiple Choice

Altering Table

ALTER TABLE Products

ADD Quantity INT;

Question:

  • What will be the result of the ALTER TABLE statement in the script?

1
  • A) Adds a new column named "Quantity" to the "Products" table.

2
  • B) Removes the "Quantity" column from the "Products" table.

3
  • C) Changes the data type of the "Price" column.

4
  • D) None of the above.

9

Multiple Choice

In SQL, which command is used to change the structure of an existing table?

1
  • A) MODIFY

2
  • C) CHANGE

3
  • B) ALTER

4
  • D) RENAME

10

Multiple Choice

What is the purpose of data manipulation language (DML) in SQL?

1
  • A) To define the structure of a database

2
  • B) To perform operations on data like insert, update, and delete

3
  • C) To establish connections between databases

4
  • D) To create backups of a database

What does SQL stand for?

1
  • A) Structured Query Language

2
  • B) Secure Query Language

3
  • C) Simple Query Language

4
  • D) Standard Query Language

Show answer

Auto Play

Slide 1 / 10

MULTIPLE CHOICE