what is the difference between MyISAM and INNO DB in MySQL with the Advantage and disadvantage
ABC,
3 9410how to display only 4 records from a table based on a condition for ex i have a table called products in that nid,prodname are fields i want to display only any 4 records of perticular product plz tell me
6 7406Which one of the following is the correct way to select all columns and all rows from "vtable"? Choice 1 SELECT FROM vtable SELF JOIN vtable Choice 2 SELECT ALL COLUMNS FROM vtable WHERE ALL ROWS = * Choice 3 SELECT EVERYTHING FROM vtable Choice 4 SELECT vtable.* WHERE vtable = vtable Choice 5 SELECT * FROM vtable WHERE 1 = 1
3 7897In PHPmysql language how can we update our previous information.when update form open then we get our previous information in textbox,checkbox,selct,radio button.How can we show the information in checkbox,select menu,radio button which is available in database?
2126mazimum size of a database in mysql? when we create a table then how many tables actually created? write there name?
1 4040
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.
How do I fix a crashed mysql database?
What are the non-standard sql commands supported by 'mysql'?
What is the data type for image?
How to connect html form to mysql database using php?
Do while loop in mysql procedure?
How to write date and time literals?
Which is better mysql or microsoft sql?
What is prepared statement in mysql?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
Why do we use the mysql database server?
What is mysql primary key?
How many ways we can retrieve the date in result set of mysql using php?
Explain the difference between procedure and function in mysql?
What are the disadvantages of stored procedures?