| Author |
Beginner's Questions
|
Bruno Calheira
Greenhorn
Joined: Aug 24, 2006
Posts: 1
|
|
1. Is SQL a programing language? 2. Is it object oriented? 3. When this book will be available in Brazil?
|
 |
Corey McGlone
Ranch Hand
Joined: Dec 20, 2001
Posts: 3271
|
|
Originally posted by Bruno Calheira: 1. Is SQL a programing language?
Sort of. I wouldn't generally call it a programming language, but it does provide syntax for you to write entire procedures using variables and temporary tables, and such. Personally, I find it gets very difficult to maintain as the complexity rises, but that might just be me. I don't consider SQL a programming language on the same level with Java, C, or even Perl, but, in it's own limited form, I guess you could call it one.
2. Is it object oriented?
No. [ October 16, 2007: Message edited by: Corey McGlone ]
|
SCJP Tipline, etc.
|
 |
 |
|
|
subject: Beginner's Questions
|
|
|