• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

My database skills suck.

Woosta

Platinum Member
I know elementary SQL, but I'm willing to learn more. I started off with MySQL but I've heard PgSQL is better.. not that it matters for now -- but does anyone have some good resources or books I can read to get a better handle on databases? Normalization, etc?
 
Try looking for a book that concentrates more on database theory than on any particular flavor of SQL. I recommend a college textbook like this one:
http://www.amazon.com/Fundamen...Elmasri/dp/0321369572/

College textbooks tend to be very boring (because of the high dosage of theory) but they cover fundamentals that industry books often skip over. You'll have a much better understanding of databases if you make effort and read that book.

Google around and check colleges that offer open courseware. I'm sure they'll have a database class with notes/videos somewhere.
 
w00t w00t dudes. I totally forgot about w3schools. I'm glad I know some basics at least. Got 20/20 in the quiz in 4 mins. Had me questioning my knowledge for a bit there. Any other good suggestions for learning SQL related material? Some good sites on learning about pl/sql for oracle db?
 
My best recommendation would be practice. Create a project that database intensive. Select data from multiple tables at once to gain information.
 
Back
Top