Generation

code to explanationThu, 16 Feb 2023

SELECT MIN(Fees) AS Course_Fees FROM course;

The query selects the minimum value of Fees from the table Course and renames it as Course_Fees.

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