What is deterministic in mysql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

Give the syntax of GRANT commands?

3 Answers  


What is default password for mysql?

0 Answers  


What is definer in mysql trigger?

0 Answers  


How can you plan the logshipping before processing?

0 Answers   ACC,


What is meant by mysqli?

0 Answers  


Is sqlite faster than mysql?

0 Answers  


How to display top 10 rows in mysql?

0 Answers  


Is there a free version of mysql?

0 Answers  


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

2 Answers  


How to update a root password.

0 Answers  


What is difference between mysql and mysql server?

0 Answers  


How do I download mysql on my laptop?

0 Answers  


Categories