How would you hide a table in sql. ie the table can be only
visible to its maker?
Answer Posted / ankush
dont give any grant permission for the table except the
schema where the table is actually crearted.U can also use
a private synonym.. with in the schema to recognizing the
table with a dirrerent name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can triggers stop a dml statement from executing on a table?
What are the two different parts of the pl/sql packages?
What are the different schemas objects that can be created using pl/sql?
Is sql a programming?
What is oracle and pl sql?
Is merge a dml statement?
How many parts of a pl sql block are optional?
Which are sql * plus commands?
Why stored procedures are faster than query?
What is an exception in pl/sql?
What is sql query limit?
What is cursor and why it is required?
What is rtm in testing?
Which is faster subquery or join?
what is clause? : Sql dba