DBMS Quiz 2023

DBMS Quiz 2023

Professional Development

6 Qs

quiz-placeholder

Similar activities

PreTrainingSQL

PreTrainingSQL

Professional Development

7 Qs

HA400 - UNIT 3

HA400 - UNIT 3

Professional Development

10 Qs

Banco de Dados - 4º TI (Início da Matéria)

Banco de Dados - 4º TI (Início da Matéria)

Professional Development

10 Qs

MySQL Webinar

MySQL Webinar

Professional Development

10 Qs

TALLER SQL

TALLER SQL

Professional Development

10 Qs

BD-Cuestionario3

BD-Cuestionario3

Professional Development

9 Qs

DML - Consultas

DML - Consultas

Professional Development

5 Qs

DBMS SESSION 20

DBMS SESSION 20

Professional Development

8 Qs

DBMS Quiz 2023

DBMS Quiz 2023

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Prof. shaikh

Used 3+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation?

  1. DML(Data Manipulation Language)

  1. Query

  1. Relational Schema

  1. DDL(Data Definition Language)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following provides the ability to query information from the database and insert tuples into, delete tuples from, and modify tuples in the database?

  1. DML(Data Manipulation Language)

  1. DDL(Data Definition Language)

  1. Query

  1. Relational Schema

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In E-R Diagram Ellipses represent?

Relationship sets

Attribute

Derived attributes

Multi-values attributes

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to create a new table in SQL?

Create table

Build table

Generate table

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following statement in SQL do?

Deletes a table called student

Creates a table called student

Check if there is a table called student

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands is used to delete all rows and free up space from a table?

Truncate

Drop

Delete

Alter