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.

Questions about programming?Chat with your personal AI assistant