Hello everybody, today I'm gonna describe a bit of SQL language for a dummy. (If you don't know why I always put words "Om Swastiastu" and "Om Santhi, Santhi, Santhi, Om" in every first and last line of my post, here I tell you. "Om Swastiastu" is a greeting words for Hinduism in Bali, and "Om Santhi, Santhi, Santhi, Om" is a farewell words for Hinduism in Bali. Try to visit Bali, you will be able to find words like that). Okay, back to the topic. I will start from the SQL function.
SQL Function
Data Definition Language
SQL includes:
- Command to create database object such as tables, indexes and view.
- Command to define access right to those database objects.
Includes commands to:
- insert,
- update,
- delete,
- and retrieve data within the database tables.