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
Which command is used to delete a package?
Enlist some predefined exceptions?
What is on delete set null?
how to use in conditions? : Sql dba
What is record variable?
how to enter characters as hex numbers? : Sql dba
Define a temp table?
what is the difference between clustered and non clustered index in sql? : Sql dba
what is the difference between char and varchar data types? : Sql dba
How delete all data from table in sql?
What is sql comments?
what are the security recommendations while using mysql? : Sql dba
What is difference between left and right outer join?
Describe sql comments?
What are the different sql commands?