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
Which command is used to delete a package?
What is sql not null constraint?
Write a sql query to convert all character to uppercase after hypen.
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What are sql injection vulnerabilities?
How to run sql commands in sql*plus?
In what condition is it good to disable a trigger?
How can I see all tables in sql?
How can we optimize a sql query?
What are the advantages of normalization?
What is difference between nchar and nvarchar?
How to create your own reports in sql developer?
What are synonyms in sql?
how to drop an existing index in mysql? : Sql dba
What is type and rowtype in pl sql?