Skip to content

Commit 00b5ba7

Browse files
authored
Update Readme.md
1 parent 38f7a2d commit 00b5ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter 10/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ DELIMITER //
236236
Since you will be using SQL for you data analysis purposes and will write lot many queries, which will be acessible to many people around your organization, So its better to follow some SQL best practices. Following best practices will help manage the code efficiently and share it among other team members.
237237

238238
Below are some of the SQL best pracices I have listed down:
239-
1. **Comment The Code:** Use proper commenting within yor code to make sure someone else can easily understand it, although don't overdo it.
239+
1. **Comment The Code:** Use proper commenting within code to make sure someone else can easily understand it, although don't overdo it.
240240
2. **Format The Code:** Format your code so that its is redable. Use proper Indentation & White spaces to seperate subqueries from outerquery.
241241
3. **Uppercase for SQL Keywords:** Use uppercase for the SQL keywords and Functions, and lowercase for your tables and columns.
242242
4. **Snake Case for Naming:** Snake Case also referred to as underscore case should be used whenever naming any object like Database, Schema, Table or Column.

0 commit comments

Comments
 (0)