Name:
Anonymous
2009-08-06 13:19
Is there a MySQL book/tutorial that doesn't include the phrase ``Enterprise-Level SQL Features''?
Name:
Anonymous
2009-08-06 14:32
Why would you want to ``learn'' MySql? It's just another database engine. Usually, you'd go this way:
a) Learn relational database theory
b) Learn SQL
c) ???
d) Use whichever DBMS you fancy, preferably Oracle Enterprise Edition.