How would you hide a table in sql. ie the table can be only
visible to its maker?
Answer Posted / 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 View All Answers
What is difference between inner join and self join?
What is an example of translating a date into julian format?
What is the purpose of cursors in pl/sql?
What is the default isolation level in sql server? : Transact sql
what is 'mysqldump'? : Sql dba
How do you declare a constant?
What is assignment operator in pl sql?
Can we join tables without foreign key?
What is the use of stored procedures?
What has stored procedures in sql and how we can use it?
how many tables will create when we create table, what are they? : Sql dba
How do I send sql query results to excel?
What is the current version of postgresql?
Why are cursors used?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.