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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
How does postgresql compare to oracle/db2/ms sql server/informix?
What is dbo in sql?
What are string functions in sql?
Why we use stored procedure instead of query?
what are date and time intervals? : Sql dba
define sql insert statement ? : Sql dba
what is text? : Sql dba
How do I count rows in sql?
What is difference between stored procedures and application procedures?
What are the subsets of sql?
Does a join table need a primary key?
How is pl sql different from sql?
What is the difference between left outer join and left join?
what is the difference between clustered and non clustered index in sql? : Sql dba
What is a delimiter in sas?