Teacher SiliconIndia replied to Friday, November 27, 2009
Hi naveen p,
MyISAM is a storage engine used as the default storage engine for MySQL database. MyISAM is based on the ISAM (Indexed Sequential Access Method) concept and offers fast data storage and retrieval. But it is not transaction safe.