How would you hide a table in sql. ie the table can be only
visible to its maker?
Answers were Sorted based on User's Feedback
Answer / sa123
Dont create any public synonym, then that is available only
for its owner
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / 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 |
Answer / swapna
Once table is created in your own schema that is only
visible to that schema. For others it is not visible.
| Is This Answer Correct ? | 5 Yes | 8 No |
What are the types of index in sql?
How to trace the errors in pl/sql block code?
What is sqlexception in java?
How many types of index are there?
What is a sql*loader control file?
How do I view an execution plan in sql?
What is a REF CURSOR? Compare strong and week ref cursor types.
What is parallel hint?
what is the output of this query selet * from employee where 1=2 ??
How many types of keys are there in sql?
what are the differences between require and include, include_once and require_once? : Sql dba
What is the difference between sql/pl-sql/embeded sql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)