+ 2
Are there any books recommended to learn SQL?
I have no idea about SQL. I know C, C++ and Java all at 5/10 level. I want to learn it but I have no idea where to start. Any help is appreciated, thanks.
3 Respuestas
+ 2
Ben Forta’s best-selling SQL book “Sams Teach Yourself SQL in 10 Minutes.” Out of all the SQL books for beginners, this is a must-read. Ben Forta is an expert trainer and popular author. He looked at the existing SQL literature and saw a need for a SQL book not geared towards database analysts (DBAs). This book fills that need. As Forta put it, “The emphasis is on getting stuff done and getting it done quickly, helping you be productive as quickly as possible in whatever tool or environment you use.”
+ 2
Thanks for both answers. I'll check them out. ^^