Reddit Reddit reviews SQL: Visual QuickStart Guide (Visual QuickStart Guides)

We found 3 Reddit comments about SQL: Visual QuickStart Guide (Visual QuickStart Guides). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
SQL
Databases & Big Data
SQL: Visual QuickStart Guide (Visual QuickStart Guides)
Check price on Amazon

3 Reddit comments about SQL: Visual QuickStart Guide (Visual QuickStart Guides):

u/Caret · 14 pointsr/programming

> I disagree. Structured Query Language.

Okay so I want to ask you guys something that has always bothered me.

According to SQL: Visual QuickStart Guide (I had to use it in my one SQL class I took ages ago), it states this:


> Not an Acronym. It's a common misconception that SQL stands for structured query language; it stands for SQL and nothing else. Why? Because ANSI says so. The official name is Database Language SQL. . . . This is the worst possible description, because SQL:

> Isn't structured (because it can't be broken down into blocks or procedures)

>
Isn't for only queries (because it has more than just the SELECT statement).

> * Isn't a language (because it's not Turing-complete . . .)

Anyway, I haven't used SQL in ages and don't care, but I was wondering if anyone knew if the book is correct or not . .

u/voco · 3 pointsr/BusinessIntelligence

Another accountant to BI person...

I found Khan Academy's Intro to SQL course useful and it's what I'd make my associates run through. Additionally, SQL Visual Start Guide was and continues to be a useful reference book.

u/Soundofawesome · 2 pointsr/SQL

Hey hey, maybe a little late but wanted to post my experience as I started in my current position with very little sql experience and was able to ramp up quickly.

I started with the Harvard online courses on databases, it’s free. The biggest help I found was this book on Amazon: SQL: Visual QuickStart Guide (Visual QuickStart Guides). You should be able to find this for less than the 40 bucks, but still a good investment regardless.

Understand that types of SQL vary but are all inherently similar. I use Teradata, Oracle and SQL Server pretty much daily.

For certification, I’d recommend any of the Microsoft certificates, MCSE. Personally I’m working towards the Data Information and Analytics as its the best fit for me.