What are the different column comparison operators in mysql?


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

Post New Answer

More MySQL Interview Questions

How to shut down the server with 'mysqladmin'?

0 Answers  


How do I start mysql?

0 Answers  


What is acid in mysql?

0 Answers  


How to delete an existing column in a table?

0 Answers  


How do you determine the location of mysql data directory?

0 Answers  


What is mysql gpl?

0 Answers  


How to concatenate two character strings?

0 Answers  


Is foreign key indexed mysql?

0 Answers  


all the queries used in sql

0 Answers   TCS,


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 much does mysql enterprise cost?

0 Answers  


Is there an object-oriented version of MySQL library functions?

1 Answers  


Categories