State the Sub-Languages of SQL Server?

     

     

     

     

     

     

    Define SQL?

     

     

  • SQL stands for Structured Query Language
  •  

  • This language is utilsed to manipulate data bases(i.e, Insert,update,delete the data)
  •  

  • SQL is an ANSI (American National Standards Institute) standard
  •  

  • SQL Server provides the structured Query Language (SQL) to access data objects from the server
  •  

    What is the difference between SQL and SQL Server?

  • SQL is a command based Language
  •  

  • SQL Server is an RDBMS
  •