Question
Consider the following statements about UNESCO's Prix
Versailles award: 1.     Recently, IGI Airport has won this award. 2.     It is announced each year at UNESCO since 2015. 3.     Prix Versailles awards celebrate outstanding achievements in architecture and design on a global scale. Which of the statements given above is/are correct?Solution
Recently, Kempegowda International Airport (KIA) Bengaluru has earned prestigious accolades at UNESCO's 2023 Prix Versailles. It is announced each year at UNESCO since 2015.  The Prix Versailles awards celebrate outstanding achievements in architecture and design on a global scale.
Which command removes all rows but keeps table structure?
Which operator is used for pattern matching in SQL?
In PL/SQL, what type of parameter allows a procedure to both receive a value from the calling environment and return a modified value back to it?
ROW_NUMBER() OVER (PARTITION BY dept ORDER BY salary DESC) assigns:
In SQL, the ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW clause applies to:
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
Deadlock in DBMS can be prevented using:
What is an SQL `VIEW`?
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
In PL/SQL, what type of parameter allows a procedure to both receive a value from the calling environment and return a modified value back to it?