|
|
|
|
|
by zer00eyz
3018 days ago
|
|
Sql is a bit more "binary" than that - if you can write one query, and read the manual "advanced" isn't really a thing. However, it is all going to be for naught if you don't understand what is underneath the database - for that I highly recommend "database design for mear mortals" - I think I have bought about 6-8 copies of the book and every single one has been "relocated" (stolen, or not returned or given away). Understanding HOW an RDBMS works is critical to understanding how to make the best use of one, and then measure the trade offs between any given one. Unless your starting out with a problem/domain that requires you to do things that might be feature bound - as an example if your working with geospatial data, then by all means that should be a driver in your selection. If your doing basics like sign up, auth, and cms work then pick one and give it a whirl (they are mostly interchangeable at that level). EVERY database has idiosyncrasies. Learning those takes time, and experiences and sometimes running face first into them. |
|