SQL (Structured Query Language) Question:

Download Job Interview Questions and Answers PDF

What is the advantage of specifying WITH GRANT OPTION in the GRANT command?

SQL Interview Question
SQL Interview Question

Answer:

The privilege receiver can further grant the privileges he/she has obtained from the owner to any other user.

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
What will be the output of the following query?What is the value of comm and sal after executing the following query if the initial value of ‘sal’ is 10000 UPDATE EMP SET SAL = SAL + 1000, COMM = SAL*0.1;?