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


Please Help Members By Posting Answers For Below Questions

How to track no of user logged in?

635


What is the correct syntax of mail() function in php?

570


What does the scope of variables mean?

534


What is php's mysqli extension?

569


Define about declare construct?

611






Why php is used with mysql?

534


What is $row in php?

541


What does a dependant variable mean?

565


sort term descripttion form, report and uery

1657


How is it possible to know the number of rows returned in result set?

531


Tell me what sized websites have you worked on in the past?

504


What does a special set of tags do in php?

550


What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?

537


What is $_ get?

533


What is the difference between get and post method in php?

503