MySQL: open-source DBMS, free for most uses, pay if you redistribute closed code.
http://www.mysql.com
cmdline logging in:
mysql -u MYUSERNAME -p
your own databases...
SQL tutorial at http://www.w3schools.com/web/web_sql.asp
demo of creating a table, and inserting data
NEXT
PREVIOUS
Master Index