Can we relate two different tables from two different users
in ORACLE,PL/SQL?
Answer Posted / sakthi santhanam.a
yes, we can do that... in oracle using GRANT command..
" GRANT select on table_name to nextuser(2nd user)"
this is the query...
wish you all the success
sakthi.A
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what is the functionality of the function htmlentities? : Sql dba
What is sql used for?
How do I kill a query in postgresql?
What is delete command in sql?
how to add a new column to an existing table in mysql? : Sql dba
What is pl sql block in dbms?
Is sqlexception checked or unchecked?
What does an inner join do?
How to get each name only once from an employee table?
What are the types of operators available in sql?
What is application trigger?
Can delete statement be rollbacked?
explain the delete statements in sql
how are mysql timestamps seen to a user? : Sql dba
Can you selectively load only those records that you need? : aql loader