What is data type for image in mysql?


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

Post New Answer

More MySQL Interview Questions

What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?

0 Answers  


What is mysql database extension?

0 Answers  


Can mysql handle big data?

0 Answers  


What is mysqli_free_result?

0 Answers  


What are the nonstandard string types?

0 Answers  


How would you get the current date in mysql?

0 Answers  


What are the difference between now and current_date in mysql?

1 Answers  


Why do we use group by and order by function in mysql?

0 Answers  


What is row level locking?

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  


What is pragma exception?

0 Answers  


Does facebook still use mysql?

0 Answers  


Categories