Contact numbers of students and faculty — DBMS OPPE Question
Contact numbers of students and faculty
00:00
Produce a single column named mobile_no containing every distinct mobile number that belongs to a student (from students) or to a faculty member (from faculty). Combine both sources into one list of distinct numbers.
Return one column: mobile_no, sorted ascending.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan