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
what are myisam tables? : Sql dba
what is a stored procedure? : Sql dba
Is sql considered coding?
Can we use delete in merge statement?
How can you fetch first 5 characters of the string?
What is a temporal data type?
How do I save a stored procedure?
How delete all records from table in sql?
Is time a data type in sql?
What do you mean by rowid?
What is a sql*loader control file?
How do I view tables in mysql?
what are the types of join and explain each? : Sql dba
What are the types of records?
Is left join faster than inner join?