what is the difference between granting and creating a view?
Answer Posted / swapna
Granting depends upon the user, he may give permission for
others to manipulation on the table. But in case of views
others can only retrive the table.
granting is dcl command
creating is ddl command
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a function in oracle pl sql?
What is union?
Is subquery faster than join?
how to drop an existing index in mysql? : Sql dba
What is rtm in testing?
What are all the different normalization?
Does asenumerable execute the query?
How do I view output in sql developer?
What is a native sql query?
What is an ndf file?
How many indexes can be created on a table in sql?
What is rank function in sql?
What is a record in pl/sql?
how to include character strings in sql statements? : Sql dba
What are all the common sql functions?