Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 317 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 317 Bytes

Database- Day -1: MySQL

Commands used in MYSQL

  • create database
  • create table
  • insert
  • update
  • alter
    • Modify
    • Change
    • Add
  • select
    • clause
    • distinct
    • group by
    • order by
    • offset
    • limit

About the Task , View the above PDF.