File tree 1 file changed +4
-4
lines changed
00_SQL/04_Intermediate SQL/00_Querying
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
#### Let's Take a Deeper Look into Querying Data
4
4
5
- We have dove into querying a little in the third chapter to select, create and insert data with SQL, now let's take deeper look.
5
+ We have dived into querying a little in the third chapter to select, create and insert data with SQL, now let's take deeper look.
6
6
7
- #### An import thing to remember is we need to understand our data.
7
+ #### An important thing to remember is we need to understand our data.
8
8
9
9
* How is it structured?
10
10
@@ -14,11 +14,11 @@ We can do different types of querying to figure these out!
14
14
15
15
#### Selecting Data
16
16
17
- When we query this isn't actually changing the database. You're just choosing what and how to look at the data .
17
+ When we query this isn't actually changing the database. You're just choosing what data you'd like to see and how you want it to look .
18
18
19
19
#### Functions
20
20
21
- Very similar to using excel , in SQL we can use functions to help us understand our data.
21
+ Similar to Excel , in SQL we can use functions to help us understand our data.
22
22
23
23
Here are a few examples:
24
24
You can’t perform that action at this time.
0 commit comments