write a query to display maximum bus tickets fare and give an alias name as maximum_amount"
Answers
Answered by
2
Answer:
select max(fare) as Maximum_Amount
from tickets;
Similar questions
Chemistry,
6 months ago
Math,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Science,
1 year ago
Math,
1 year ago
Chemistry,
1 year ago