Database Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2149 Page Views: 

What do you mean by Cardinality?



Posted By: Avi Date: 20 August 2009 03:06:52 AM
 Answer:

Cardinality refers to the type of relationship like the relationship between two entities is one to one or one to many or many to many.


Posted By: eTechPlanet


Date: 20 August 2009 03:06:52 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image jLUuVo
Related Questions
Database : Explain Data Integrity?

Explain Data Integrity?

Data integrity means the correctness and consistency of data. Enforcing data integrity ensures the q....
Category: Database Date: 10/7/2009 4:43:37 AM
Database : How do you implement one-to-one, one-to-many and many-to-many relationships while designing tables?

How do you implement one-to-one, one-to-many and many-to-many relationships while designing tables?

One-to-One relationship can be implemented as a single table and rarely as two tables with primary a....
Category: Database Date: 10/7/2009 2:51:09 AM
Database : What is Database Denormalization?

What is Database Denormalization?

Database denormalization is the reverse process of database normalization. Denormalization is the pr....
Category: Database Date: 10/7/2009 2:29:21 AM
Database : Explain Database Normalization?

Explain Database Normalization?

Database Normalization is a process to ensure that every non-key column in every table is directly d....
Category: Database Date: 10/7/2009 2:16:03 AM
Database : What is the use of commit command?

What is the use of commit command?

Commit command is used to make all the changes permanent to the underlying database which we made du....
Category: Database Date: 9/21/2009 9:51:29 PM