SQL Basic- Introduction





   Introduction  


          Structured Query Language (SQL)           



  • SQL stands for Structured Query Language.
  • SQL is an ANSI (American National Standards Institute) standard.
  • SQL is a database computer language designed for the retrieval and management of data in relational database.
  • It includes database creation, deletion, fetching rows and modifying rows etc.