Skip to content

Commit a94440f

Browse files
authored
Update index.md
minor grammatical fixes
1 parent 179d2d9 commit a94440f

File tree

1 file changed

+4
-4
lines changed
  • 00_SQL/04_Intermediate SQL/00_Querying

1 file changed

+4
-4
lines changed

00_SQL/04_Intermediate SQL/00_Querying/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
#### Let's Take a Deeper Look into Querying Data
44

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.
66

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.
88

99
* How is it structured?
1010

@@ -14,11 +14,11 @@ We can do different types of querying to figure these out!
1414

1515
#### Selecting Data
1616

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.
1818

1919
#### Functions
2020

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.
2222

2323
Here are a few examples:
2424

0 commit comments

Comments
 (0)