What is SQL?
SQL is a language that is used to operate your database. SQL is the basic language used for all databases. There are minor syntax changes amongst different databases, but the basic SQL syntax remains largely the same. SQL is a short abbreviation of Structured Query Language. According to ANSI (American National Standards Institute), SQL is the standard language to operate a relational database management system.
SQL is used in the accessing, updating, and manipulation of data in a database. Its design allows for the management of data in an RDBMS, such as MYSQL. SQL language is also used for controlling data access and for the creation and modification of database schemas.
Comments
Post a Comment
If you have any doubts, Please let me know