What are the other commands to know the structure of table using MySQL commands except explain command?
2 7468The structure of table view buyers is as follows: +----------------+-------------+------+-----+---------+----- -----------+ | Field | Type | Null | Key | Default | Extra | +----------------+-------------+------+-----+---------+----- -----------+ | user_pri_id | int(15) | | PRI | NULL | auto_increment | | userid | varchar(10) | YES | | NULL | | +----------------+-------------+------+-----+---------+----- -----------+ the value of user_pri_id the last row 2345 then What will happen in the following conditions? Condition1: Delete all the rows and insert another row then. What is the starting value for this auto incremented field user_pri_id , Condition2: Delete the last row(having the field value 2345) and insert another row then. What is the value for this auto incremented field user_pri_id
2 4821
How to use regular expression in pattern match conditions?
Can mysql store files?
How to show table structure mysql?
How to create a table?
What are date and time data types?
What is the difference between float and double?
Why do we use views instead of tables?
How do I get a list of table names in mysql?
How do I delete a table in mysql workbench?
Is oracle mysql free?
What is the difference between unix timestamps and mysql timestamps?
What is the purpose of mysql database?
What is 1nf 2nf 3nf?
How do I quit mysql?
What is difference between mongodb and mysql?