Database? SQL? More like Se-quel.
- Myst

- Mar 25, 2022
- 1 min read
Hi Good morning, afternoon, or evening. Today we will be talking about Some SQL Stuff. Meaning today I'll be your Teacher! :D *WHOOOO sfx*.

So our topic for today will be SQL STUFF :D So The things the I've understood in our lecture in Information Management was: DATA DEFINITION LANGUAGE, INTERACTIVE DATA MANIPULATION LANGUAGE, & EMBEDDED DATA MANIPULATION LANGUAGE.
So In my own understanding the DATA DEFINITION LANGUAGE
is a SQL syntax for creating and changing database objects such as tables, indices, and users. In THE MOST SIMPLEST TERM it creates and updates some data....yes....
So for the INTERACTIVE DATA MANIPULATION LANGUAGE or a (DML) is a computer language family that includes instructions that allow users to alter data in a database. Inserting data into database tables, accessing existing data, removing data from existing tables, and changing existing data are all part of this manipulation. DML is typically used in SQL databases.
So far I've been a smart student that understands these complex things but if u understand it one by one (like the words) you can actually see how simple it is.
And now for the Last part of our topic is the EMBEDDED DATA MANIPULATION LANGUAGE from what I've understood Embedded SQL is a means of merging a programming language's processing capability with SQL's database management capabilities. Embedded SQL statements are SQL statements that are written inline with the host language's program source code.
So that's all for now... Thank you for coming to my Ted talk everyone!
pictures:










Comments