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 |
How do you remove duplicates without using distinct in sql?
Are stored procedures compiled?
Write a sql query to convert all character to uppercase after hypen.
display records from 5 to 9 using rowid or rownum
What are the different operators available in sql?
how would concatenate strings in mysql? : Sql dba
what happens if you no create privilege in a database? : Sql dba
How do I run a sql script?
What are the return values of functions SQLCODE and SQLERRM ?
Write the command to remove all players named sachin from the players table.
How many scalar data types are supported in pl/sql?
What is trigger and types?
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)