|
Introduction |
Structured Query Language or SQL is a standard computer language for accesing and manipulating database systems. SQL comprises one of the fundamental building blocks of modern database architecture. SQL defines methods using which user can create and manipulate databases on all major platforms. SQL is a set based declarative programming language and not an imperative programming language like C or BASIC. |