Skip to content

Commit cdb42e3

Browse files
authored
Update Readme.md
1 parent 9692c2b commit cdb42e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Chapter 10/Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Topics:
99
- Choosing Default Database
1010
- Changing Delimiter
1111
- SQL Best Practices
12-
- Resources to Practice SQL
12+
- SQL Resources
1313

1414

1515

@@ -247,6 +247,8 @@ Below are top 10 SQL best practices you should follow:
247247
9. **Avoid SELECT \*:** Whenever possible avoid using select '\*', instead use specific column name for which the data is required.
248248
10. **Split into Multiple Queries:** Sometimes the SQL statement can be really long and it becomes complicated to read or relate each part of the query. So whenever possible split the code into multiple queries using Temporary Table or CTEs. A CTE or Temporary table not only improves redability but also improves usability, so strat using CTEs.
249249

250+
<br>
250251

252+
### SQL Resources
251253

252254

0 commit comments

Comments
 (0)