What are the other commands to know the structure of table using MySQL commands except explain command?
2 6938The 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 4365
What is meant by mysqli?
What is pragma serially_reusable and why is it used?
can you elaborate on blob and text in mysql? : Mysql dba
What is key in mysql?
What is offset limit?
How do I remove a user from mysql?
How do I grant privileges to a user in mysql phpmyadmin?
How many ways we can retrieve the date in result set of mysql using php?
How do you insert a table?
Can foreign key have duplicate values?
What is view? How can you create and drop view in mysql?
How do I start mysql client?
Is mysql free for enterprise?
How to create and drop view in mysql?
How do you rename a table in mysql?