DBMS Mcq With Answer With Subjective Question set (Kolhan University)
DBMS MCQ WITH ANSWER WITH SUBJECTIVE
STATE | JHARKHAND |
---|---|
QUESTION |
IMPORTANT |
SUBJECT | DBMS |
MCQ Important Question Of DBMS
1. ......... attribute consisting more than one value. ?
- Key
- Multivalued
- Derived
- None of these
2. In ACID properties of transaction 'A' stands for: ?
- Ample
- Atomicity
- Auto
- Accuracy
3. A .......... key is a field in a relational table that matches the primary key column of another table.
- Candidate
- Alternate
- Foreign
- Super
4. The projection operation denoted by..........
- π
- δ
- ∞
- U
5. The level of data abstraction which describes how the data is actually stored is ............
- External
- Conceptual
- Physical
- None of these
6. .........are the properties of entity.
- Table
- Attributes
- Groups
- Value
7. The set of all possible values of data item is called ...........
- Domain
- Attribute
- Set
- None of these
8. Which forms are based on the concept of Functional Dependency ?
- 1NF
- 2NF
- 3NF
- 4NF
9. Which of the following making the transaction permanent in the database?
- Rollback
- Commit
- View
- Flashback
10. Select * from employee, what type of the statement is this?
- DML
- DDL
- DCL
- None of these
11. Which of the following is the full form of DDL?
- Data definition language
- Data derivation language
- Dynamic data language
- Detailed data language
12. Which of the following is the property of transaction that protects data from system failure?
- Atomicity
- Isolation
- Durability
- Consistency
13. Which of the following is preserved in execution of transaction in isolation?
- Consistency
- Isolation
- Durability
- Atomicity
14. Which normalization form is based on the transitive dependency?
- 1NF
- 2NF
- 3NF
- 4NF
15. For performing tasks like creating the structure of the relations, deleting relation, which of the following is used?
- Data definition language
- Data derivation language
- Dynamic data language
- Detailed data language
16. What is rows of a relation known as?
- Degree
- Entity
- Tuple
- None
17. Which of the following is a command of DDL?
- Alter
- Delete
- Create
- All of the above
18. During transaction before commit which of the following statement is done automatically in case of shutdown?
- Rollback
- Commit
- View
- Flashback
19. Which of the following is the full form of TCL?
- Ternary control language
- Transaction control language
- Transaction central language
- Transmission control language
20. Which of the following SQL command is used for removing (or deleting) a relation form the database?
- Drop
- Delete
- Rollback
- Remove
Important Question Of DBMS
1. Explain Generalization example with suitable
2. What is two phase locking protocol?
3. Explain DBMS Architecture.
4. Draw E-R diagram of Library Management System.
5. Explain 1NF and 2NF with suitable example.
6. What are the states of Transaction?
7. Write a PL/SQL block to input deptno. If it exists then display name, salary and job from emp table otherwise display a message 'Deptno does not exist'.
8. Create a table Employee using field Name: EMPNO, ENAME, JOB, HIREDATE and SAL. Use these group by, order by and delete commands for manupulation with example.
9. Write short notes on the following:
(a) Database Administrator (DBA)
(b) DML
(c) Primary of Foreign Key
10.
(a) What is Relational Algebra ?
(b) Explain any five Relational Algebra Operations.
11.
(a) What is Transaction?
(b) Write properties of Transaction with suitable example.
12.
(a) What is PL/SQL?
(b) Write DBMS advantages over typied file
Join the conversation