What is used to collect information from more than one table?

JOIN

Showing Answers 1 - 3 of 3 Answers

James

  • Aug 10th, 2006
 

to collect information from more than one table we use either of the following options1. Joins2. set operators like Union,minus etc.

  Was this answer useful?  Yes

Guest

  • Aug 10th, 2006
 

either we can use JOINs or SET operators like UNION, MINUS etc to collect information from more than one table.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions