Clipper2000
Programmer
By that I mean:
First, I believe that SQL is a universal language, although different vendors can adapt the language and make some minor adjustments to it to better suite a particular development platform, i.e., Access, SQL server etc.
When I code a query in Access, I may use Access SQL, as well as some VBA functions within the query code to return me the desired result.
However, if I'm going for an interview for a SAS SQL position, and I don't know SAS. Well, could I not just use SQL alone?
What I am trying to convey is: a good SQL programmer can structured his queries (i.e., via different aliases etc) in a way that SQL alone can do all the work for you without using any user functions from a particular development platform. Is that possible?
First, I believe that SQL is a universal language, although different vendors can adapt the language and make some minor adjustments to it to better suite a particular development platform, i.e., Access, SQL server etc.
When I code a query in Access, I may use Access SQL, as well as some VBA functions within the query code to return me the desired result.
However, if I'm going for an interview for a SAS SQL position, and I don't know SAS. Well, could I not just use SQL alone?
What I am trying to convey is: a good SQL programmer can structured his queries (i.e., via different aliases etc) in a way that SQL alone can do all the work for you without using any user functions from a particular development platform. Is that possible?