In which format data is stored in mysql database?


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

Post New Answer

More MySQL Interview Questions

What is the difference between unix timestamp and mysql timestamp?

0 Answers  


What is use command in mysql?

0 Answers  


Why do we use pragma autonomous transaction?

0 Answers  


How can a user get the current SQL version?

2 Answers  


What is the difference between a heap table and temporary table?

0 Answers  






What is the difference between b-tree and hash indexes?

0 Answers  


What are the mysql database files stored in system ?

0 Answers  


What is normalization and list the different types of normalization?

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  


Is mysql free for enterprise?

0 Answers  


How do I grant privileges to a user in mysql phpmyadmin?

0 Answers  


Is mysql frontend or backend?

0 Answers  


Categories