With the help of UNION, can we diplay data from 3 different tables..? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

With the help of UNION, can we diplay data from 3 different tables..?

18th Jan 2016, 5:18 PM
shrikant pol
shrikant pol - avatar
2 Answers
+ 1
Yes u can display data from more then two table using UNION to get a combination of all three dataset into one. But only if the column from all the table are of same name and same data type. if column name is not same then u can use AS keyword to customize the column name.
13th Jul 2016, 2:38 AM
Sanjay Yadav
Sanjay Yadav - avatar
0
Probably, just as we can have many statements combined with many ands or ors.
18th Jan 2016, 7:45 PM
Sharon Chen
Sharon Chen - avatar