what is the difference between MyISAM and INNO DB in MySQL with the Advantage and disadvantage
ABC,
3 9411how 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 7414Which 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 7900In 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?
2128mazimum size of a database in mysql? when we create a table then how many tables actually created? write there name?
1 4040
How many groups of data types?
How many rows we can insert in a mysql table?
What are the other commands to know the structure of a table using mysql commands except explain command?
What is triggers?
Create table employee (eno int(2),ename varchar(10)) ?
How can an index be declared in mysql?
What does blob mean in mysql?
How to show all records starting with the letters 'sonia' and the phone number '9876543210'
What is difference between mysql and mysqli?
What is the difference between the LIKE and REGEXP operators?
What is dump in mysql?
How to create a new view in mysql?
What is delimiter in mysql?
How do I know if mysql is running on windows?
Can python connect to mysql?