What do you understand by mysql terminal?


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

Post New Answer

More MySQL Interview Questions

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

1 Answers  


What is mysql community edition?

0 Answers  


Explain the difference between mysql_fetch_array(), mysql_fetch_object()?

0 Answers  


How can you change the password of a mysql user?

0 Answers  


What is SERIAL data type in MySQL?

3 Answers   Aspire,


Do I need to pay for 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  


Print 3 highest salary

9 Answers  


What are the advantages of a procedure?

0 Answers  


How many types of indexes are there in mysql?

0 Answers  


Where is mysql data stored linux?

0 Answers  


How can we repair a MySQL table?

2 Answers   Infosys,


Categories