Here you will find more than 50000 job interview questions

Job Questions Search Engine


Sponsored Links

How does mysql and mysqli interfaces are different in PHP?

mysqli is the object-oriented version of mysql library functions.
So in object oriented PHP Programming mysqli is normally prefered

How do you start and stop MySQL service

September 5, 2010 by bigboss · Leave a Comment
Filed under: MySQL Interview Questions 

Below are the command to start mysql database service on Windows
net start MySQL,
net stop MySQL

Below are the command to start mysql database service on Linux

/etc/init.d/mysql start

/etc/init.d/mysql stop

What are the differences between DROP a table and TRUNCATE a table?

September 5, 2010 by bigboss · Leave a Comment
Filed under: MySQL Interview Questions 

DROP TABLE table_name – This will delete the table and its data.

TRUNCATE TABLE table_name – This will delete the data of the table, but not the table definition.

What is the difference between MyISAM Static and MyISAM Dynamic

September 5, 2010 by bigboss · Leave a Comment
Filed under: MySQL Interview Questions 

MyISAM static all the fields have fixed width. The Dynamic MyISAM table would include fields such as TEXT, BLOB, etc. to accommodate the data types with various lengths. MyISAM Static would be easier to restore in case of corruption, since even though you might lose some data, you know exactly where to look for the beginning of the next record.

  • Categories

    |
  • Tags

    ADO.NET Questions Algorithm Questions ASP.NET Questions auto_ptr Binary tree questions C++ Constructor Interview Questions C++ Questions CISCO Exams Questions Common Interview Questions Core Java Interview Questions Csharp Questions datastructure questions Delphi 6 find command gdb interview questions grep interview questions IBM certification exams questions Infosys Puzzles Java Struts Linked List Problem Linux Command Questions List Manager Interview Questions Markov Algorithm memory leakage mysql Interview Questions Normalization Oracle Application Developer Certification Exam Interview Questions Oracle Questions Perl Questions PHP Questions Pointers Interview Questions PostgreSQL Database Questions pthread interview questions Smart Pointer Solaris Interview Questions SQL SERVER Interview Questions STL STL Map Symbian OS Tricky Interview Questions Unix Interview Questions unix shell Vector Windows OS Questions