What are the other commands to know the structure of table using MySQL commands except explain command?
2 7470The 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 4823
What's the latest version of mysql?
What are views in mysql?
What is a tinyint in mysql?
How do I make an action query?
How you will Show unique records.
How do I download a mysql community server?
What is a user defined variable?
Can you tell the difference between $message and $$message?
How to create a trigger in mysql?
What does mysql flush privileges do?
What is a longblob?
What is difference between statement and preparedstatement?
What port is mysql running on?
How can you change the name of any existing table by using the sql statement?
What are the non-standard sql commands supported by 'mysql'?