User:Firespeaker/SQL for beginners
< User:Firespeaker
Jump to navigation
Jump to search
Revision as of 20:28, 19 December 2013 by Firespeaker (talk | contribs) (Created page with "1) there are these things called SQL databases 2) you can create tables inside them (literally, tables of data - like excel or any other spreadsheet program) 3) you can insert...")
1) there are these things called SQL databases 2) you can create tables inside them (literally, tables of data - like excel or any other spreadsheet program) 3) you can insert rows of data into them 4) you can throw queries at them like questions: http://docs.python.org/3/library/sqlite3.html that's basically all :) just the sql syntax left to learn and it's not that bad