DBMS Quiz 2023

DBMS Quiz 2023

Professional Development

6 Qs

quiz-placeholder

Similar activities

Batch 1

Batch 1

Professional Development

10 Qs

Database

Database

Professional Development

7 Qs

SQL Fundamentals Quiz

SQL Fundamentals Quiz

Professional Development

10 Qs

DataTalks Kelompok 4 - Data Product Management

DataTalks Kelompok 4 - Data Product Management

Professional Development

11 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

การใช้งานโปรแกรม Microsoft Access 2016

การใช้งานโปรแกรม Microsoft Access 2016

Professional Development

10 Qs

Básicos de postgreSQL

Básicos de postgreSQL

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