SQL (Structured Query Language) MCQ Quiz (Multiple Choice Questions And Answers)
Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:
List of Programming Full Forms
So, What the below SQL statement will return:
SELECT COUNT(*) FROM Employee WHERE SALARY > ANY (SELECT SALARY FROM EMPLOYEE);
- 10
- 9
- 5
- 0
17. The SQL statement - SELECT SUBSTR('abcdefghij', INSTR('123321234', '2', 3, 2), 2) FROM DUAL; Prints
- gh
- 23
- bc
- ab
- is illegal
- prints garbage
- prints 045.926
- prints 50
- Dates
- Column Alias
- String
- All of the mentioned