Question
 16th January was celebrated as 'Opinion
Poll Day' or 'Asmitai Dis' in the state of:Solution
16th January was celebrated as Opinion Poll Day or Asmitai Dis (Identity day) in Goa. On this day in 1967, a poll was conducted in which people of Goa voted not to be merged with Maharashtra.
What will be the value of `x` after the following pseudo-code execution?Â
```
  x = 0
  data = [10, 20, 30]
  f...
In two-phase locking, a transaction releases its locks:
Which normal form removes partial dependency?
An RDBMS provides mechanisms for data integrity, such as primary keys and foreign keys, which are generally lacking in:
Consider the following pseudo-code:Â
 ```
  function calculate(arr):
    sum = 0
    for i from 0 to l...
Which SQL command is used to retrieve data from a table?
Which of the following SQL queries would return the total number of employees in each department, but only for departments with more than 10 employees?
Which type of attack exploits software bugs to execute arbitrary code on a system?
In PL/SQL, a `CURSOR` is used to:
Given a binary tree, a "zigzag" level order traversal prints the nodes level by level, but alternating the order of nodes from left-to-right and right-t...