SQL: Difference between revisions
(Created page with "SQL is the language we speak to databases. Below are topics related to SQL. ==Basic ideas == == Problem sets == == More advanced topics== Category:Approved by teach...") |
|||
Line 3: | Line 3: | ||
==Basic ideas == | ==Basic ideas == | ||
{| class="wikitable sortable" | |||
|- | |||
! Name | |||
! Data | |||
! More data | |||
|- | |||
| cats | |||
| 273 | |||
| 53 | |||
|- | |||
| dogs | |||
| 65 | |||
| 8,492 | |||
|- | |||
| mice | |||
| 1,649 | |||
| 548 | |||
|} | |||
== Problem sets == | == Problem sets == |
Revision as of 08:30, 14 March 2016
SQL is the language we speak to databases. Below are topics related to SQL.
Basic ideas
Name | Data | More data |
---|---|---|
cats | 273 | 53 |
dogs | 65 | 8,492 |
mice | 1,649 | 548 |