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
What is the difference between myisam and innodb?
What are the different opening and closing tags available in PHP?
Is php worth learning in 2019?
What is the difference between print() and echo() in PHP?
What are objects in php?
How to find current date and time?
What types of loops exist in php?
What is scope of variable in php?
How long is a php session valid?
What is mysql in php?
What are the encryption functions available in PHP?
What is in php 7?
How to create a session? How to remove data from a session?
How to get complete current page url in php?
How do I install php?