Creating Index in Mysql
Index
CREATE INDEX work_id(Index_name) ON table_name field_Name
CREATE INDEX work_id(Index_name) ON table_name field_Name
The key difference when you are developing and writing, is who you are writing for. The code you write is generally for yourself to reuse as and when need be. When you write, you write for an audience who will use your content and develop on them. This is my tryst to put down my learnings for others to use. And while doing so, refine those learnings making it beginner friendly.