SQL advice

brian.field

Well-Known Member
Subscriber
I don't know much about sql, regrettably. That being said, I have seen SQL Server Management Studio most often. However, SQL is SQL is it not? So, if you can program in one application, you should be able to do in others, more or less. Additionally, you can utilize SQL syntax in proc SQL in SAS to some degree.
 

Mkaim

Well-Known Member
Subscriber
Hi @seidu ,

Oracle (Toad being the UI) is the platform used in most large organizations followed by Sybase (Embarcadero being the UI) for SQL. I know there is a slight difference in syntax, like Sybase is case sensitive while Oracle is not. Anyways, to @brian.field 's point, the language is the same irrespective of which platforms you use it on; the minor differences are just, well, minor. If someone does want you to select between the options before moving on, I would select Oracle (at the end of the day it doesn't really matter if the objective is to learn the language).
 
Top