Describe three types of relationships that can exist between tables in a database
What will be an ideal response?
In a one-to-many relationship a record occurring once in the first table corresponds to many records in the second table. In a many-to-many relationship, the record that is shared in the relationship between two tables occurs multiple times in each table. In a one-to-one relationship, a record in the first table has only one matching record in the second table.
Computer Science & Information Technology
You might also like to view...
When you ________ an image or other graphical object, you reduce its size by eliminating unwanted portions
Fill in the blank(s) with correct word
Computer Science & Information Technology
A(n) ____________________ loop can be used to code for definite and indefinite loops.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology