Skip to content

Commit a2b9bca

Browse files
authored
Update Readme.md
1 parent 0d5aec1 commit a2b9bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Chapter 3/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Understand Data Types, Create Table & Load Data
22

3-
In this chapter we will first undertsand the basic data types in SQL and then get into a bit of hands-on SQL coding, we will write basic SQL statements and will observe the output or the result and then will try to understand the working of a SQL statement.
3+
In this chapter we will first undertsand the basic data types in SQL and then get into a bit of hands-on SQL coding. We will write basic SQL statements and will observe the output or the result and then will try to understand the working of a SQL statement.
44

55

66
## Data Types in SQL
77

8-
As seen in the previous when we ceated tables where we defined the data types of each column. While creating a table its important to identify and define the right data type for each of the columns. The data type is a guideline for SQL to understand what type of data is expected inside of each column, and it also identifies how SQL will interact with the stored data.
8+
As seen in the previous chapter where we ceated tables and defined the data types of each column. While creating a table its important to identify and define the right data type for each of the columns. The data type is a guideline for SQL to understand what type of data is expected inside of each column, and it also identifies how SQL will interact with the stored data.
99

1010
Here we will see some basic data types which required for our function knowledge of SQL and are widely used.
1111

0 commit comments

Comments
 (0)