What are the other commands to know the structure of table using MySQL commands except explain command?
2 7337The 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 4705
What is memory table?
what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba
how to Return total number of rows.
How do I zip a file in mysql?
What is the purpose of using timestamp data type?
How do you flush privileges?
Is mysql same as sql?
What is mysql data directory? How to determine the location of the data directory?
How do you restart mysql?
What is relational database in mysql?
What is strict mode in mysql?
Can python connect to mysql?
What is mysql protocol?
What is mysql_pconnect?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.