Question
Which of the following states is the first to issue
Masala Bond?Solution
Masala Bonds were introduced in India in 2014 by International Finance Corporation (IFC). The IFC issued the first masala bonds in India to fund infrastructure projects. Indian entities or companies issue masala bonds outside India to raise money.
ACID properties in DBMS ensure:
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...
Which SQL clause is used to group rows based on one or more columns?
Which of the following is NOT a common type of error encountered during software development?Â
In a relational schema, which normal form eliminates transitive dependencies (i.e., non-prime attribute depends on another non-prime attribute)?
Which normal form removes transitive dependency?
In relational algebra, the operation that combines tuples from two relations using common attribute values is:
Which type of join returns rows when there is a match in both tables?
Which of the following commands are used to put a restriction on the number of rows returned from a query?
What will be the value of `x` after the following pseudo-code execution?Â
```
  x = 0
  data = [10, 20, 30]
  f...