-
Index Organized Table (IOT)
What is the use Index Organized Table (IOT)?
-
Removing duplicacy
How to delete duplicate records without using rownum/rowid concept?
-
Difference Between Impicit Index and Explicit Cursor
If an implicit index is created when we create a primary key, then what is the need of explicit cursor?
-
Display Employee SELECT SQL Query
Display employees who are IT_prog and salary is greater than 3000 and department is not equal to 80 and having the manager as 103
-
Correlated Sub Query
Compose an SQL statement to show a list of two least expensive vendors (suppliers) for each raw material. In the result table, show Material ID, Material Description, Vendor ID, Vendor Name, and Supplier’s unit price. Sort the result table by Material_ID and unit price in ascending order. Note: if a raw material has only one supplier(vendor), that vendor should also be in the result (output) table...
-
Use of VIEW
Describe use of VIEW in SQL Server?
-
What is the advantage of specifying WITH GRANT OPTION in the GRANT command?
The privilege receiver can further grant the privileges he/she has obtained from the owner to any other user.
-
-
Which system tables contain information on privileges granted and privileges obtained?
USER_TAB_PRIVS_MADE, USER_TAB_PRIVS_RECD
-
-
-
-
-
-
-
-
-
-
-
SQL Interview Questions
Ans