You want a single output by comining two or more queries. How would you do that?



You want a single output by comining two or more queries. How would you do that?..

Answer / Shtakshi Bhatnagar

To combine multiple SQL queries into a single output, one approach is to use the UNION operator. The UNION operator combines the results of two or more SELECT statements by returning a single table containing rows from all result tables in the order they appear in the query. Here's an example:
(SELECT column1 FROM table1)
UNION
(SELECT column1 FROM table2)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PeopleSoft Administration Interview Questions

Which events get fired after db update?

1 Answers  


What are various ways to trace a process / application in peoplesoft?

1 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 are the ae program options?

1 Answers  


What event gets fired after DB Update?

1 Answers  


how Can i check processing consuming by peoplesoft applications?

6 Answers  


Explain state records. What is its purpose?

1 Answers  


How can you launch psadmin?

1 Answers  


Explain environment hub?

1 Answers  


How would you set up table-sharing in peopletools applications?

1 Answers  


Which commands can be run in Bootstrap mode?

5 Answers  


you have created a Menu and a Page and given user access to that page, which of the tables gets affected on this?

1 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)