Monday, 9 March 2015

SQL is a Relational Language used for

SQL is a Relational Language used for

A) DBMS

B) Markup

C) server-side scripting

D) general-purpose programming

Answer
A) DBMS

Other Information



  • SQL  stands for Structured Query Language 

  • It is a special-purpose programming language 

  • It is used for managing data which is stored relational database management system (RDBMS).

  • It was originally based on relational algebra.

  • The basic scope of SQL is to implement CRUD(Create Read Update Delete) functionality.

  • Schema creation and manipulation is a major functionality of SQL.

  • Sql is a standard used by ANSI( American National Standards Institute) since 1986.

  • SQL is designed to query data contained in a relational database. 

  • SQL is a  declarative language.