How to include comments in sql statements?
No Answer is Posted For this Question
Be the First to Post Answer
What sql does mysql use?
What is the return type of mysqli_query?
What is mysql and mysqli?
What happens if null values are involved in expressions?
How do you shutdown a mysql database?
What is a session in mysql?
Is blocked because of many connection errors unblock with mysqladmin flush hosts?
Does mysql use tcp or udp?
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
Where the database is stored in mysql?
about join
How do I quit mysql?