How do you implement one-to-one, one-to-many and many-to-
many relationships while designing tables?
One to one
Parent Entity does have one Corresponding record in Child
Entity
ex : Employee and his CV
One to many
Parent Entity does have many Corresponding records in Child
Entity
ex : Employee and his Projects
many to many
Parent Entity records do have many Corresponding records in
Child Entity vice versa
ex : Employees and Employers
Employees Receive Calls from Many Employers
Employers Receive CVs from Many Employees
Is This Answer Correct ? | 12 Yes | 6 No |
what is Normalization?
Explain the process of the user request and data generating?
How to create an external table.
You have two tables with a one to many join based on a field named id. You need to find records in the parent table that are not represented in the child table. how would you accomplish this?
Write short notes on XSU and JAVA
hi in which phase of mload can i use .FILLER
What are the key features of dbms?
how to find the first two highest salaries in deptno in emp table
Who are naive users?
In which table collections errors are stored.
Explain about normal forms?
What is a self join? Explain it with an example?