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

How many postgresql users are there, worldwide?

0 Answers  


What are inner and outer joins examples of both?

0 Answers  


What is number function in sql?

0 Answers  


What is the difference between an inner join and an outer join?

0 Answers  


how to create object in plsql

2 Answers   TCS,






What is the purpose of primary key?

0 Answers  


What is the difference between left and left outer join?

0 Answers  


What is the use of triggers?

0 Answers  


is it mandatory to select all the column in a view then what columns should be selected

2 Answers  


What is meant by cursor in sql?

0 Answers  


Is left join and outer join same?

0 Answers  


what are the different tables present in mysql? : Sql dba

0 Answers  


Categories