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
How do I enable sql encryption?
write an sql query to find names of employee start with 'a'? : Sql dba
What is hibernate and its relation to sql?
What is materialized view. What are different methods of refresh?
What is the difference between Union and Union all. Which is faster.
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
Why is sql important?
What are character functions?
Mention what is the plv (pl/vision) package offers?
What is the trigger in sql?
Explain commit, rollback and savepoint.
What are the types of keys?
What is the difference between cluster and non-cluster index?
What are inner outer left and right joins in sql?
What is the requirement of self-join?