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
How do you explain an index?
define sql insert statement ? : Sql dba
Does db2 use sql?
what is sql server agent? : Sql dba
What is a record in a database?
What are inner outer left and right joins in sql?
What is sql and explain its components?
what is self join and what is the requirement of self join? : Sql dba
Can we write dml inside a function in sql server?
how to concatenate two character strings? : Sql dba
What is the difference between in and between in sql?
Which is faster truncate or drop?
Can a trigger call a stored procedure?
what is the difference between clustered and non clustered index in sql? : Sql dba
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba