display only the date of births of employees with no duplicates a) select dob from employee union select dob from employ

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

display only the date of births of employees with no duplicates a) select dob from employee union select dob from employ

Post by answerhappygod »

display only the date of births of employees with no
duplicates
a) select dob from employee union select dob from employee
b) select dob from employee e1 natural join employee e2
c) Select dob From employee Group by dob
none of the above
options a and b are valid
options b and c are valid
options a, b and c are all valid
options a and c are valid
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply