what is the difference between granting and creating a view?
Answers were Sorted based on User's Feedback
Answer / prasuna
Granting view means giving access to the view that is
already created where as creating a view means creating a
new view
granting privileges to a view is a dcl command
where as creating a view is a ddl command
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
how will u find statistics of a database objects?
How many types of normalization are there?
Write one update command to update seqno field of a table on the basis of row number.
How do we tune the code?
How do u count no of rows in a table?
I i have 2 tables A & B ,A contains 10 records B contains 20 records ,what w'll be the o/p if we perform equijoin,outer join,right outer join,left outer join,full outer join,cross join seperately Can anyone help on this?
Explain clause in sql?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
query to retrive the employees whose sal is greater than avg sal
Can we write create command in the plsql block?if possible how?
How to connect a sql*plus session to an oracle server?
What is offset in sql query?