How many types of relationship are there?



How many types of relationship are there?..

Answer / Ajita Gumber

In relational databases, there are four main types of relationships: one-to-one (1:1), one-to-many (1:N), many-to-one (N:1), and many-to-many (N:M).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do you change a value in sql?

1 Answers  


How do you sort in sql?

1 Answers  


if a string is there like s1,s2,s3,s4.How to find count of commas in this.

4 Answers  


What is pseudo column ?

6 Answers   ABB,


Which table is left in left join?

1 Answers  


How do I partition a table in sql?

1 Answers  


What is dml statement?

1 Answers  


A table was given with 3 columns like Manager id,Manager Name and Employee name. Question was to create hierarchy.

2 Answers   TCS,


What is sql scripting?

1 Answers  


Difference between truncate, delete and drop commands?

1 Answers  


Does inner join return duplicate rows?

1 Answers  


How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?

1 Answers  


Categories