Homework 1: 1. What Is ? and Be Able To Give Example Diagram. A. Relational Model?
Homework 1: 1. What Is ? and Be Able To Give Example Diagram. A. Relational Model?
Homework 1: 1. What Is ? and Be Able To Give Example Diagram. A. Relational Model?
b. Entity-Relationship model?
Hierarchal Model
2. What is the difference between DDL and DML?
The basic difference between DDL and DML is that DDL (Data Definition Language) is
used to Specify the database schema database structure. On the other hand, DML (Data
Manipulation Language) is used to access, modify or retrieve the data from the database. Let
us discuss the differences between DDL and DML, with the help of comparison chart below.
3. What is SQL?
SQL stands for Structured Query Language. SQL is used to communicate with a database.
According to ANSI (American National Standards Institute), it is the standard language for
relational database management systems. SQL statements are used to perform tasks such as
update data on a database or retrieve data from a database. Some common relational database
management systems that use SQL are: Oracle, Sybase, Microsoft SQL Server, Access,
Ingres, etc. The standard SQL commands such as "Select", "Insert", "Update", "Delete",
"Create", and "Drop" can be used to accomplish almost everything that one needs to do with
a database.
Reference/s:
DBMS Database Models. (n.d.). Retrieved from https://www.studytonight.com/dbms/database-
model.php
Rahul. (2020, January 7). Object based Data Models - Object Oriented Data Models -
Advantages - Disadvantages. Retrieved from https://www.tutorialcup.com/dbms/object-based-
data-models.htm
Singh, C., Gurudevi, Gurudevi, Kumar, B., Kumar, B., Jahan, T., & Jahan, T. (2018, November
16). Entity Relationship Diagram - ER Diagram in DBMS. Retrieved from
https://beginnersbook.com/2015/04/e-r-model-in-dbms/
Singh, A., Singh, A., David, Tithi, Tithi, Shivaam, … Manu. (2019, December 26). Difference
Between DDL and DML in DBMS (with Comparison Chart). Retrieved from
https://techdifferences.com/difference-between-ddl-and-dml-in-dbms.html