What are the different tables present in mysql, which type
of table is generated when we are creating a table in the
following syntax: create table employee(eno int(2),ename
varchar(10)) ?
Answer Posted / tariq
There are basically two types of tablein MYSQL:
1. Transaction safe
2. Non transaction safe
Transaction safe consist of InnoDB, BDB
Non transaction table includes ISAM, MYISAM, MERGE, HEAP
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Declare a new variable in php equal to the number 3;
What does the php error 'parse error in php - unexpected t_variable at line x' means?
Which are the best start and end tags to use?
What is the difference between null and empty?
Is php is dying?
Is php 7 backwards compatible?
Explain me what are the main error types in php and how do they differ?
Does php need a closing tag?
What PHP stands for?
What is $_ request in php?
What are Routines?
What is the difference between Session and Cookie?
What is a query in php?
What is difference between get and post in php?
Do you know what is the function mysql_pconnect() usefull for?