Summer Training : MySQL Training Content
- Basic database concepts
- Database Creation
- MySql engine (InnoDB vs MyISAM) which one is best for my application
- Data Types, Data size & range of values (how to select data type for my data)
- Table Creation, Insert Data, Update Data, Delete Data
- Concept of Primary Key, Foreign Key, Index, Auto Increment
- Unique Key
- Query optimization
- Use of group by queries
- Data encryption (MD5)
- MySql Date functions
- Database backup & recovery