Answer Posted / dips
In a one-to-many relationship, each row in the related to
table can be related to many rows in the relating table.
This allows frequently used information to be saved only
once in a table and referenced many times in all other
tables. In a one-to-many relationship between Table A and
Table B, each row in Table A is linked to 0, 1 or many rows
in Table B. The number of rows in Table A is almost always
less than the number of rows in Table B.
example:
authors table
============
author_id (primary key)
lastname
firstname
book_id (foreign key - link to book_id of books table)
books table
===========
book_id (primary key)
title
author_id lastname firstname -> book_id title
--------- -------- --------- -> ------- ------
0001 henry john -> 0001 a database
primer
0002 building
datawarehouse
0003 teach
yourself sql
0002 johnson mary -> 0004 101 exotic
recipes
0003 bailey harry -> 0005 visiting
europe
0004 smith adam
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain how to login into bs mode?
Explain how many message nodes are possible for a database?
What are the various layers of peoplesoft.
Can we install two different peopletools version on same machine ie client, if yes , what oracle configuration should be installed?
What are peopletools utilities?
Explain recycling the server processes.
Explain compare reports?
Explain environment hub?
How to get a single ouptut by combining two or more queries?
Explain psstatus table?
What does psadmin do?
Explain psstatus table. What is its use?
What is weblogic server administration console?
What bea product is used for db transaction in peoplesoft? How would you log into the bs mode?
Name the people tools available for integration broker?