Difference between revisions of "User:Firespeaker/SQL for beginners"

From Apertium
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 20:28, 19 December 2013

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