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



How would you hide a table in sql. ie the table can be only visible to its maker?..

Answer / sa123

Dont create any public synonym, then that is available only
for its owner

Is This Answer Correct ?    7 Yes 4 No

How would you hide a table in sql. ie the table can be only visible to its maker?..

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

How would you hide a table in sql. ie the table can be only visible to its maker?..

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

Post New Answer

More SQL PLSQL Interview Questions

What does select count (*) mean in sql?

0 Answers  


What is pl sql record in oracle?

0 Answers  


How toimport .dmp file in lower version of oracle from higher version ?

4 Answers   TCS,


What is difference between hql and native sql?

0 Answers  


How to create a menu in sqlplus or pl/sql?

0 Answers  






how to shutdown mysql server? : Sql dba

0 Answers  


How do I run sql profiler?

0 Answers  


What is primary key in db?

0 Answers  


How can we debug in PL/SQL?

0 Answers  


How to check if a column is nullable before setting to nullable?

0 Answers  


what is a database? : Sql dba

0 Answers  


Explain the advantages and disadvantages of stored procedure?

0 Answers  


Categories