Generation

code to explanationTue, 14 Feb 2023

SELECT * FROM course WHERE course_name='BSC';

The above query will return all rows from the course table where the course_name is BSC.

Want to kickstart your project?Use the new AI Studio to create your code