Advertisements
Advertisements
Postfix expression xyz+qr/*- when converted to infix will look like:
Concept: undefined >> undefined
Any algorithm that has a loop (usually 1 to n) will have the time complexity of:
Concept: undefined >> undefined
Advertisements
Algorithm with ______ loops are also called quadratic time algorithm.
Concept: undefined >> undefined
When there is a nested loop and also a single loop, the time complexity will be:
Concept: undefined >> undefined
Average case complexity of selection sort is O(n2) because:
Concept: undefined >> undefined
Which of the following is not true for SQL?
Concept: undefined >> undefined
Limitations of a file system can be resolved by ______.
Concept: undefined >> undefined
Which of the following is not a constraint?
Concept: undefined >> undefined
Which constraint ensures that a column cannot have NULL values where NULL means missing/unknown/not applicable value?
Concept: undefined >> undefined
Which constraint ensures that all the values in a column are distinct/unique?
Concept: undefined >> undefined
A database ______ certain details about how data is actually stored and maintained.
Concept: undefined >> undefined
Users can work on DBMS using ______.
Concept: undefined >> undefined
The interface between the database and end users or application programs is referred to as ______.
Concept: undefined >> undefined
Which of the following is not a real-life application of database?
Concept: undefined >> undefined
______ is known as skeleton of database.
Concept: undefined >> undefined
What do you call the database catalogue where DBMS stores database schema along with various constraints?
Concept: undefined >> undefined
Constraints are used to ______.
Concept: undefined >> undefined
State or snapshot of a database at any instance is known as ______.
Concept: undefined >> undefined
How will you retrieve all details of employee_detail table?
Concept: undefined >> undefined
