Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
SQL Query to convert single row from multiple tables into single row in a table
Below have a example for 2 tables. How can we achieve for 7 tables?
Tab1
====
loc_name mem_name
HYD RAJU
HYD MOHAN
Tab2
====
loc_name mem_name
HYD RAVI
HYD MOHAN
OUTPUT:
========
loc_name mem_exist1 mem_exist2
HYD RAJU NULL
HYD NULL RAVI
HYD MOHAN MOHAN
Related Answered Questions
Related Open Questions