Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 597 Bytes

File metadata and controls

29 lines (28 loc) · 597 Bytes

Silabus Bellshade SQL

  1. Introduction to Database
  2. Introduction to MySQL
  3. Introduction to Relational Database Management System (RDBMS)
  4. Data Definition Language
    a. Create
    b. Drop
    c. Alter
    d. Truncate
    e. Comment
    f. Rename
  5. Data Query Language
    a. Select
    b. Distinct
    c. Where
    d. AND, OR, NOT
    e. Order By
    f. Limit
    g. Like
    h. Wildcard
  6. Min, Max, Count, Average, Sum
  7. Join
  8. View
  9. Data Manipulation Language
    a. Insert
    b. Update
    c. Delete
  10. Procedure