Can we relate two different tables from two different users
in ORACLE,PL/SQL?
Answer Posted / shilpa.oracle
Yes, we can relate tables of different schemas provided we
should have privileges on that table
create table test_emp
(empno number(5),deptno number(5),constraint dept_ref
foreign key (deptno) references schema.dept(deptno))
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
difference between anonymous blocks and sub-programs.
explain the advantages and disadvantages of stored procedure? : Sql dba
Explain the difference between rename and alias?
What are sql ddl commands?
Is sql a scripting language?
Why do we use joins in sql?
Does sql*plus also have a pl/sql engine?
State few characteristics of pl/sql?
How does sql*loader handles newline characters in a record? : aql loader
What are functions in sql?
List the ways to get the count of records in a table?
what are the join types in tsql? : Transact sql
What are the popular database management systems in the it industry?
Can you have a foreign key without a primary key?
What is sql procedures and functions?