SQL: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 3: Line 3:




==Basic ideas ==
==Big idea ==
{| class="wikitable sortable"
 
|-
== Looking to jump right in? ==
! Name
 
! Data
[https://www.khanacademy.org/computing/hour-of-code/hour-of-sql/v/welcome-to-sql | Click here to learn about SQL via Kahn Academy]]
! More data
 
|-
| cats
| 273
| 53
|-
| dogs
| 65
| 8,492
|-
| mice
| 1,649
| 548
|}


== Problem sets ==
== Problem sets ==

Revision as of 12:07, 13 April 2016

SQL programming language[1]

SQL (Structured Query Language) is a special-purpose programming language designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream management system (RDSMS).[2]


Big idea

Looking to jump right in?

| Click here to learn about SQL via Kahn Academy]


Problem sets

More advanced topics