Find max column value without using MAX function in SQL| #sqlinterviewquestionsandanswers #sql

preview_player
Показать описание
Question :- Find max column value without using MAX function

If you want to be better in Analytics, then do follow the below Playlist:-

You can follow us on the below social media handles:-
Рекомендации по теме
Комментарии
Автор

select top 1 marks from marks
order by marks desc

itadorisenpai
visit shbcf.ru