DBMS Quiz FyCyber 14/11/23

DBMS Quiz FyCyber 14/11/23

University

15 Qs

quiz-placeholder

Similar activities

DBMS

DBMS

University

10 Qs

Lesson 5 - DBMS

Lesson 5 - DBMS

University

10 Qs

System Architecture

System Architecture

University

10 Qs

DBMS

DBMS

University

15 Qs

Database concepts

Database concepts

University

15 Qs

DBMS QUIZ-1

DBMS QUIZ-1

University

20 Qs

RDBMS

RDBMS

University

10 Qs

Midterm Exams

Midterm Exams

University

18 Qs

DBMS Quiz FyCyber 14/11/23

DBMS Quiz FyCyber 14/11/23

Assessment

Quiz

Computers

University

Hard

Created by

Shweta Dhumal

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is responsible for authorizing access to the database, coordinating and monitoring its use

Database programmer

System Analyst

Specialised User

DBA

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Collection of information stored in a database at a particular moment is

view

schema

instance

none of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function that has no partial functional dependencies is in _______ form

3NF

2NF

4NF

BCNF

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to remove all rows from a table ?

Delete

Remove

Truncate

Both A and B

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The statement in SQL which allows to change the definition of a table is

Alter

Update

Create

Select

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements contains an error?

Select * from emp where empid = 10003;

Select empid from emp where empid=10006;

Select empid from emp;

Select empid where empid=1009 and lastname = 'GELLER';

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CREATE TABLE employee (name VARCHAR, id INTEGER)

What type of statement is this?

DML

DDL

View

Integrity Constraint

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?