Question 715 Which of the following statements is not true for views in SQL? A Select statement used in the view definition cannot include ORDER BY […]
Question 716 Table Employee has 10 records. It has a non-NULL SALARY column which is also UNIQUE. The SQL statement SELECT COUNT(*) FROM Employee WHERE SALARY […]