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
How do you rename a table in sql?
Why do we create views in sql?
how to do backup entire database? : Transact sql
Is natural join same as inner join?
How does postgresql compare to oracle/db2/ms sql server/informix?
Is sqlexception checked or unchecked?
how to convert character strings to dates? : Sql dba
Why do we go for stored procedures?
How do you define a foreign key?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
How do you get column names only for a table (sql server)?
Can you selectively load only those records that you need? : aql loader
What is the process of copying data from table a to table b?
Why is a primary key important?
What is memory optimized?