Chapter 4
Chapter 4: Structure Query Language(SQL)
This is last chapter for Subject Database System. In this topic, we learned about the basic concepts of database model using entity relationship diagram and translating completed data models by applying normalization technique in logical database designs. We also learned how to apply Structured Query Language (SQL) for database manipulation using a database management system in practical works inclusive of a report within stipulated time frame. SQL is an example of a transform-oriented language, or a language designed to use relations to transform inputs into required outputs. As a language, the ISO SQL standard has two major components:
- A Data Definition Language (DDL) for defining the database structure and controlling access to the data;
- A Data Manipulation Language (DML) for retrieving and updating data.
This is an example of SQL platform
Data Manipulation Language
For these three Data Manipulation Language, the students need to make the syntax first from a question that given before make a table as result.
An order of command in SQL
3)UPDATE
UPDATE will modifies existing data in table.
Basic syntax for UPDATE command
4)DELETE
DELETE will removes rows of data from a table.
Basic syntax for DELETE command
dekat chapter 4 ni, kami memperoleh macam macam ilmu seperti SELECT, INSERT, DELETE dan UPDATE, setiap command mempunyai fungsi yang berbeza
ReplyDeleteDi dalam chapter 4 baru sya memahami lebih mendalam tentang dml dan dan ddl
ReplyDeleteChapter 4 mengajar cara penggunaan command DML
ReplyDeleteDlm chapter ini sya dpt membezakan ddl dan dml serta fungsi setiap command yg digunakan
ReplyDeleteDalam chapter ini , saya dapat memahami dan mengenalpasti DDL dan DML serta tahu fungsi setiap command .
ReplyDeletedalam chapter ini kita sdh faham tentang perbezaan Data Definition Language (DDL) dan Data Manipulation Language (DML).
ReplyDeleteChapter 4 ni banyak membantu kami dalam melakukan mini projek terutamanya SQL.
ReplyDelete