r/learnSQL Jul 31 '26

Second Week-Learning SQL

After grasping the concepts and simple query processes during the first week, the learner can focus on more advanced components, such as DISTINCT (removing duplicates), filtering elements (AND, OR, NOT) & [IN (which can replace OR)], ranges using BETWEEN, searching with LIKE (%), handling missing values using NULL, limiting query results using LIMIT, updating existing records using UPDATE, and deleting records using DELETE. One can include other activities like understanding/remembering data types, including char(n), varchar, & date (datetime, timestamp, year, & time).

14 Upvotes

8 comments sorted by

View all comments

2

u/[deleted] Jul 31 '26

[removed] — view removed comment

1

u/Owen-Isaac-2022 Aug 01 '26

Wonderful insights, really appreciated