How write primary and foreign key relationship between two
tables without using constraints? u can use any of
procedure/function/trigger and any sql?
Answer Posted / raju
we can achive this using triggers
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a native sql query?
Why is pl sql needed?
How to convert comma separated string to array in pl/sql?
What is an implicit commit?
What are the various restrictions imposed on view in terms of dml?
Why join is faster than subquery?
What are actual parameters and formal parameters?
Are stored procedures faster than dynamic sql?
Does oracle use sql?
Can a view be mutating? If yes, then how?
Which command is used to call a stored procedure?
How do I count rows in sql query?
what is commit? : Sql dba
What is full join in sql?
What is over () in sql?