Dbms views, transactions

Dbms views, transactions

University

5 Qs

quiz-placeholder

Similar activities

QUIZ ON SQL

QUIZ ON SQL

University

10 Qs

RDBMS-SQL

RDBMS-SQL

University

10 Qs

Pandas Merge Quiz

Pandas Merge Quiz

University

10 Qs

URL-BD1-ExamenCorto - Test

URL-BD1-ExamenCorto - Test

University

10 Qs

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

ICTDBS506 Creating a 'Car Pool' Database with MySQL

ICTDBS506 Creating a 'Car Pool' Database with MySQL

12th Grade - University

10 Qs

SQL Quiz

SQL Quiz

10th Grade - University

10 Qs

PBD #2

PBD #2

University

8 Qs

Dbms views, transactions

Dbms views, transactions

Assessment

Quiz

Computers

University

Hard

Created by

Sowparnika A

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Create view v as <<query expression>>; here v is a ______

Attribute name

View name

Query name

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Say true or false:

Views can also be updated and deleted

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Transaction in SQL are ____

Commit

Roll back

Both

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To reverse the last work _____ command is used

Commit

Rollback

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_______ join returns all the matched and un matched records from the both left table and right table.

Left outer join

Right outer join

Full outer join

None