MySQL SHOW COLUMNS Command - MySQL Tutorial 15

preview_player
Показать описание
Notes for You:: MySQL SHOW COLUMNS Command - MySQL Tutorial 15
- To display/show structure of a table; we take help of MySQL SHOW COLUMNS Command.

Structure of a table:
- means list of columns (or fields) available in the table and their definition.

Basic Syntax:
show columns from tablename;

Example:
show columns from tbl_student;

=========================================

Follow the link for next video:
MySQL Tutorial 16 - How to Delete a Column from a Table in MySQL

Follow the link for previous video:
MySQL Tutorial 14 - How to Rename Table in MySQL

=========================================

MySQL Tutorials Playlist:-

=========================================
Watch My Other Useful Tutorials:-

PHP Tutorials Playlist:-

JavaScript Tutorials Playlist:-

HTML Quick Tutorials Playlist:-

=========================================

► Subscribe to our YouTube channel:

► Visit our Website:

=========================================
Hash Tags:-
#ChidresTechTutorials #MySQL #MySQLTutorial
Рекомендации по теме
Комментарии
Автор

Once you watch the video; answer the following questions:
1. Explain how to display structure of a table in MySQL

ChidresTechTutorials
Автор

Sir, what a good knowledge here, love it....
sir can you make a tutorial about singleton in unity to make persist every scene change inside a game? i know there are tons of tutorial about it but its just some general explanation, your tutorials about unity seems crystal clear to me... im working on 2D game which there is a player could upgrade his damages with coins gained from taking out the enemy, so the scenarios will be : the coins start from zero -> kill the enemy -> got the coin (coin ++) -> upgrade damage of weapon (coin --) -> damage ++ -> persisting that property every scene, its more like where i need to put damage property ? inside a game manager or weapon script ? thank you sir.

killyourskills