What are the two major components of SQL and what function do they serve?

      

What are the two major components of SQL and what function do they serve?

  

Answers


kelvin
A data definition language (DDL) for defining the database structure.
A data manipulation language (DML) for retrieving and updating data.

kevowmuchiri answered the question on July 4, 2018 at 15:37


Next: Define the two principal integrity rules for the relational model. Discuss why it is desirable to enforce these rules.
Previous: Explain the function of each of the clauses in the SELECT statement. What restrictions are imposed on these clauses? a)FROM b) WHERE c)GROUP BY d)HAVING e)SELECT

View More Computer Science Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions