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
What is on delete set null?
Explain locks? : Transact sql
What's the difference between a primary key and a clustered index?
Can we use ddl statements in stored procedure sql server?
What is bind reference and how can it be created?
what is bdb (berkeleydb)? : Sql dba
define sql insert statement ? : Sql dba
What are the parts of a basic sql query?
What is the difference between nested table and varray?
What does plv msg allows you to do?
What are %type and %rowtype for?
Who is the owner of mysql database?
What is memory optimized table?
What is interval partition?
Name some usages of database trigger?