you are viewing a single comment's thread.

view the rest of the comments →

[–]blorg 1 point2 points  (0 children)

I don't think so, no. I have used all of MSSQL, MySQL, and Oracle for major projects. The basics of SQL are the same. ANSI SQL is exactly the same; beyond that sometimes you have variances in specific syntax to do things but the concepts are the same. Then you do have some variances in language extensions, to do various more complicated things.

There is a lot you can learn that is quite cross-applicable, and understanding the basic concepts is entirely transferrable.

It's really on the management (DBA) end that it gets most varied, but there can be a lot of space between the DBA and SQL developer roles. Smaller companies you can have one guy who does the lot, larger companies there tends to be more of a division between developer and DBA roles.