What is One to Many Relationship?

Answers were Sorted based on User's Feedback



What is One to Many Relationship?..

Answer / ramana

The relationship between a database server and an
application server is a one-to-many model.
That is, a single database server can have multiple
application servers connecting to it.
The database server simultaneously handles the application
server connections, Development Environment connections,
and batch programs running against it.

Is This Answer Correct ?    2 Yes 0 No

What is One to Many Relationship?..

Answer / 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

More PeopleSoft Administration Interview Questions

Where do you need to install connectivity software?

4 Answers  


Explain environment hub?

0 Answers  


What are the AE programme options?

4 Answers  


Explain integration broker and its components.

0 Answers  


What search keys do you use to find patches and fixes?

0 Answers  






how Can i check processing consuming by peoplesoft applications?

6 Answers  


Given ma a sql statement, if you have been asked to check the right syntax?

0 Answers  


what could be the reason when CPU utilization is high when no load on app server? a. unidentified memory leakage in the server b. more psappsrv processes in the app server c. File system is full d. all of the above

2 Answers  


What BEA product is used for DB transaction in PS?

1 Answers  


What are the default values for psappsrv and other servers when application designer starts?

0 Answers  


After logging into customer connection, you wish to search for fixes or patches. What are the search criterias available ?

2 Answers  


SYSAUDIT finds for?

4 Answers  


Categories
  • PeopleSoft HRMS Interview Questions PeopleSoft HRMS (83)
  • PeopleSoft Financials Interview Questions PeopleSoft Financials (27)
  • PeopleSoft Administration Interview Questions PeopleSoft Administration (181)
  • PeopleSoft Tools Interview Questions PeopleSoft Tools (176)
  • PeopleSoft Interfaces Interview Questions PeopleSoft Interfaces (58)
  • Internet EBusiness Interview Questions Internet EBusiness (19)
  • PeopleSoft Implementation Interview Questions PeopleSoft Implementation (142)
  • PeopleSoft General Interview Questions PeopleSoft General (385)
  • PeopleSoft AllOther Interview Questions PeopleSoft AllOther (60)