codespaces-blank icon indicating copy to clipboard operation
codespaces-blank copied to clipboard

Results 57 codespaces-blank issues
Sort by recently updated
recently updated
newest added

See the File @AtousaN

SELECT roll_number,name FROM student_information a INNER JOIN faculty_information b ON a.advisor = b.employee_ID WHERE (b.gender = 'M' and b.salary>15000) or (b.gender = 'F' and b.salary>20000);