logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is difference between MyISAM and InnoDB storage engines in mysql.


  • Correct Answer
  • 1 : InnoDB provides us row level locking while MyISAM provides us table level locking 2 : InnoDB offers foreign key constraints wheres in MyISAM does not have foreign key constraints 3 : InnoDB does not have full text search wheres MyISAM provides us full text search 


  • Technology problems


    Search Results


    • 1. Which function would you use to insert a record into a database?
    • Discuss
    • 2. What is Apache configuration file typically called?
    • Discuss
    • 3. What is a PHP Filter?
    • Discuss
    • 4. What is PHP's configuration file called?
    • Discuss
    • 5. What is Constructors and Destructors?
    • Discuss
    • 6. What is the use of header() function in php?
    • Discuss
    • 7. How we get IP address of client,previous reference page etc?
    • Discuss
    • 8. What is the difference between the functions unlink and unset?
    • Discuss
    • 9. What are the different functions in sorting an array?
    • Discuss
    • 10. How many types of Inheritances used in php and how we achieve it?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment