- What are the different tables present in mysql
---Myisam, isam, innodb, heap, merge
- Types of index in mysql
--unique index, index
- How to create Indx
--sy: CREATE INDEX AUTHOR_INDEX ON tutorials_tbl (tutorial_author)
- Table have multiple index which order query will follow
- Explain keyword
No comments:
Post a Comment