Question
The volume and height of a cylinder are 4400
cm3 and 14 cm. Find the radius of the cylinder.Solution
According to question, => (22/7) x r2Â x 14 = 4400 => r2Â = 100 => r = 10 cm
Which of the following is true about ACID properties in DBMS?
Which of these ensures referential integrity?
Consider the following C++-like pseudo-code for a binary tree traversal:
  ```cpp
  struct Node {
    int data;
...ACID properties in DBMS ensure:
Which concurrency anomaly is specific to phantom reads?
Which of the following is true about the primary key in a relational database?
In relational algebra, the operation that combines tuples from two relations using common attribute values is:
To remove all rows from a table without logging individual row deletions and without firing triggers, which command would you typically use?
Deadlock occurs when:
Bitmap indexes are most efficient when: