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

What is strcmp () in php?

527


Write a program in php to print a table of a number?

502


Do loops php?

513


What PHP stands for?

568


What is echo in html?

493






What do you mean range() in php?

595


What is print_r?

508


What does csrf token mismatch mean?

608


How can you propagate a session id?

531


Why triggers are used in mysql?

530


What is the use of extract function in php?

507


Explain a resource?

610


Why does php start with variables?

543


What is boolean in php?

524


Write a program in php to check whether a number is prime or not?

494