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 an example of translating a date into julian format?
Explain exception handling in pl/sql?
What do you understand by case manipulation functions?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
What is raid? How does it help storage of databases?
What is the usage of distinct keyword?
Is delete faster than truncate?
Explain what is sql*plus?
how many tables will create when we create table, what are they? : Sql dba
What are aggregate functions in sql?
What are analytical functions in sql?
How do I audit the sql sent to the server?
what is a primary key? : Sql dba
What is package in pl sql with an examples?
Which tcp/ip port does sql server run?