Questions
What can be called as 'Data about Data'?
- Data bank
- Folder or Directory
- Meta Data
- None of these
Which of the following types of statements is responsible for specifying database retrieval and updates?
- DDL
- DCL
- DSL
- DML
Insertion of the data into the B-Tree may cause nodes to
- merge
- divide tree into two
- split
- none of these
View is also called
- distinct table
- hierarchy table
- virtual table
- all of above
_____ syntax is restricted to use with GROUP BY clause.
- Where
- Having
- Into
- All of these
Which of the following is not a property of transaction?
- Isolation
- Conspiracy
- Atomicity
- Durability
Which of the following is a valid record-based data model?
- Entity relationship model
- Object oriented model
- Relational model
- None of these
Which of the following does relational algebra inspire?
- Non-procedural query language
- Data definition language
- Procedural query language
- None of these
Modification of data is avoided by ________ lock.
- serialization
- read
- both (1) and (2)
- none of these
How can we explain the query with an example?
- OBE
- EXE
- Both (1) and (2)
- None of these
Deadlock is also known as
- Undirected graph
- Complete binary tree
- AVL tree
- None of these
In which of the following situations is a particular transaction never compete its task?
- Starvation
- Join dependency
- Weak entity set
- None of these
Which of following lock modes is used to maintain the serializability?
- Shared
- Exclusive
- Update
- Schema
What is the meaning of oval shape in E-R diagram?
- Weak entity
- Entity
- Attribute
- Relationship
The sparse index means
- to avoid overflow
- an index entry is not created for every value
- the entry contains the search key and a pointer in the first data record with that search key value
- None of these
Which of the following terms confirm(s) deadlock in a graph?
- Loop
- Cycle in wait for graph
- Both (1) and (2)
- None of these
Which of the following processes is done during the recovery of transaction failure?
- Spooling
- Concurrency control
- Shadow paging
- None of these
What is the meaning of diamond in ER diagram?
- Relationship
- Attribute
- Entity
- None of these
Which of the following is a valid TCL statement?
- Commit
- Rollback
- Savepoint
- All of these
Which of the following is/are the phase(s) of a transaction?
- Shadow paging
- Growing
- Shrinking
- Both (2) and (3)
We can restrict the number of possible scheduling by
- paging
- transaction control
- concurrency control
- all of these
Which of the following commands is used to permanently delete the record?
- Drop
- Truncate
- Pack
- All of these
Which of the following is a definition of Dense index?
- The entry contains the search key and a pointer in the first data record with that search key value.
- Adding other extra overheads
- This index entry is not created for every value.
- None of these
Which of the following operations automatically eliminates duplicates?
- Reunion
- Intersection
- Union
- None of these
Which of the following commands or statements is used to recover from dead lock situation?
- Commit
- Set transaction
- Rollback
- All of these