Write a SQL query to get FirstName, Lastname, Scholarship amount from tblStudent and tblScholarship table for all students even if they didn’t get Scolarship
Introduction Write a SQL query to get FirstName, Lastname, Scholarship amount from tblStudent and tblScholarship table for all students even …