At one time I was familiar with writing Excel macros which seems similar to SQL in that you create commands telling the sfotware what to do with what specific data.
Thursday, October 18, 2007
Talking SQL
At one time I was familiar with writing Excel macros which seems similar to SQL in that you create commands telling the sfotware what to do with what specific data.
Subscribe to:
Post Comments (Atom)
2 comments:
I took an Excel course a couple of years ago and I had to write Macros too. I hadn't even made the connection, but you're right, it was similar. I guess for me, taking a web design class where I had to modify HTML/XHTML was what I was comparing the SQL to.
SQL really isn't all that difficult. Start by reading a book like "Sams Teach Yourself SQL in 10 Minutes" - it takes longer than 10 minutes to learn it but its an easy read. Also you can find lots of resources online that show you how to read and interpret, and create your own sql statements.
Post a Comment