Write a query to display the Full name and Branch ID of all students in branch 300 or 600 in ascending order by branch ID
Introduction The following exercise will help you to improve your SQLite query skills effectively. I have used DB Browser for sqlite for following exercise. student_id first_name last_name email mobile_number admission_date admission_fe ...