SQL | Sorting and Filtering data in SQL | Different filtering methods | LIKE | IN | = |

preview_player
Показать описание
In this video we see sorting and filtering in SQL.

Sorting:- Sorting is the method by which we order the result set. The results can be ordered either in ascending or descending on a single column or multiple columns. The ORDER BY keyword is used to sort the result-set in ascending or descending order.

Filtering:- Filtering is the method by which we limit the result set. Based on the applied filters the result set will vary. Filter uses different operators based on the use case. In this video we demonstrate IN, LIKE and equal to operator.

"Thanks for watching. If you liked this video, make sure to subscribe for more!”

Feedbacks are always welcome!

#dataprojecthub
#data_project_hub
Рекомендации по теме
Комментарии
Автор

Your explanation was very good and clearcut.

saikumarjuturu
Автор

Please explain sub query, correlated query and cte

chandrasekhar-rfbg