sql - Adding row from two tables and union the two tables to get top 4 paying high fee -
i having 2 tables same column names(studentname, fee) 2 tables want add 1 row both tables i.e., row having studenname 'kay'(shown in below image) , top 4 students paying high fee.
how write sql query required output image shown below.
Comments
Post a Comment