Question
Select the most appropriate synonym of the given word.
  BenevolentSolution
Benevolent means showing kindness and goodwill, and is often associated with being generous. "Generous" is the most appropriate synonym for "benevolent." Miser, Cruel and Malevolent, which means having or showing a wish to do evil to others, are antonyms of benevolent.
Which key uniquely identifies a record in a table?
What is the output of the following pseudo-code?Â
 ```
  count = 0
  for i from 1 to 3:
    for j from 1 t...
Which aggregate function returns the number of rows that match a specified criterion?
Which of the following concurrency control methods avoids deadlocks entirely but can reduce concurrency by blocking transactions at start?
If every non-key attribute is functionally dependent on the primary key, the relation will be in
You have a Python list of fruits and want to extract a specific sub-list using slicing.
 Complete the missing part of the code to obtain the sub...
In a relational database, what is a candidate key?
Which of the following is a key difference between a file system and a Relational Database Management System (RDBMS)?
What will be the value of `x` after the following pseudo-code execution?Â
```
  x = 0
  data = [10, 20, 30]
  f...
Distributed 2-Phase Commit (2PC) can suffer from: