You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Chapter 3/Readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Understand Data Types, Create Table & Load Data
2
2
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.
4
4
5
5
6
6
## Data Types in SQL
7
7
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.
9
9
10
10
Here we will see some basic data types which required for our function knowledge of SQL and are widely used.
0 commit comments