SQL
SQL is a programming language that is used to manage database and perform operations on them.
SQL COMPONENTS:
A. Data Definition Language:
Data definition language is a language that is used to modify the structure of the objects in the database. With this language, you could create a structure of your database objects in a database, including views, index tables.
B. Interactive Data Manipulation Language
This language allows the user to insert, delete and retrieve data in a table. With this language, you will be able to modify and data into a table in your database.
C. Embedded Data Manipulation Language
No comments:
Post a Comment