URGENT - Crash course in SQL?

LeeDevelopment

Old School Grand Master
Feedback
View
Hi,

My partner's started a new job and has been thrown straight into the deep-end. Is there anyone close to Sydenham in London who would be willing to offer an urgent crash course in SQL please?

Many thanks,

Lee.
 
When you say SQL, what exactly do you mean?

SQL the actual language/syntax, Microsoft SQL Server or MySQL?
 
I use it all the time, but to be honest I've never actually learned it, there's little point.

When I design and build a database I build my queries in either Access or SQL Server usng the query designer tools to generate the SQL statements I want, if necessary I then copy and paste them into Stored Procedures or ASP script. I know several developers and they all do the same thing, so I wouldn't worry about it too much, it's much easier to use the visual tools within the database.

What database is your partner using?
 
Back
Top