SQL: Difference between revisions

From Computer Science Wiki
No edit summary
Line 1: Line 1:
[[file:sql.png|right|frame|SQL programming language<ref>http://www.flaticon.com/</ref>]]
SQL is the language we speak to databases. Below are topics related to SQL.
SQL is the language we speak to databases. Below are topics related to SQL.



Revision as of 17:11, 17 March 2016

SQL programming language[1]

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

Problem sets

More advanced topics