How large can a mysql table be?
What is the usage of "i-am-a-dummy" flag in mysql?
What is mysql protocol?
What is text in mysql?
What is Inner Joints and Outer Joints ? What is right outer joints,left outer joints,right inner joints , left inner joints ,
Why myisam is faster than innodb?
How can you make a database as your current database?
List the different types of normalization?
What is mysql good for?
How do I clear a mysql database?
Can anyone help me to create a good mysql database schema with an example. Thanks, Sekar.jr
How to convert numeric values to character strings?
The 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