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

Answer Posted / guest

2346

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create a table index in mysql?

522


How many queries can mysql handle?

493


How to enter Characters as HEX Numbers?

547


How to delete the repeated records from a table?

501


How do I tune a mysql query?

470






How to enter microseconds in sql statements?

520


What is mysql protocol?

458


What is 'mysqlcheck'?

571


What are the functions of commit and rollback statements?

554


What is 'mysqldump'?

522


What's the difference between mysql and sql server?

470


What is mysql command line?

501


What is sql vs mysql?

522


What is datatype in mysql?

473


What is the password of mysql?

471