Skip to content

IT Notes

IT Notes

  • Home
  • Privacy Policy
  • Sample Page
    • Home
    • 2023
    • Page 22
MySQL Interview Questions

What storage engines are used in MySQL?

Storage engines are called table types and data is stored in files using various techniques. Technique involves: Storage mechanism Locking levels Indexing Capabilities and functions.

MySQL Interview Questions

How to get current MySQL version?

SELECT VERSION (); is used to get the current version of MySQL.

MySQL Interview Questions

Give string types available for column?

The string types are: SET BLOB ENUM CHAR TEXT VARCHAR

MySQL Interview Questions

Difference between CHAR and VARCHAR?

Following are the differences between CHAR and VARCHAR: CHAR and VARCHAR types differ in storage and retrieval CHAR column length is fixed to the length that is declared while creating…

MySQL Interview Questions

Define REGEXP?

REGEXP is a pattern match in which  matches pattern anywhere in the search value.

MySQL Interview Questions

What is the usage of ENUMs in MySQL?

ENUM is a string object used to specify set of predefined values and that can be used during table creation. Create table size(name ENUM('Small', 'Medium','Large');

MySQL Interview Questions

How to represent ENUMs and SETs internally?

ENUMs and SETs are used to represent powers of two because of storage optimizations.

MySQL Interview Questions

Differentiate CHAR_LENGTH and LENGTH?

CHAR_LENGTH  is character count whereas the LENGTH is byte count. The numbers are same for Latin characters but they are different for Unicode and other encodings.

MySQL Interview Questions

Differentiate between FLOAT and DOUBLE?

Following are differences for FLOAT and DOUBLE: • Floating point numbers are stored in FLOAT with eight place accuracy and it has four bytes. • Floating point numbers are stored…

MySQL Interview Questions

What are the advantages of MySQL when compared with Oracle?

MySQL is open source software which is available at any time and has no cost involved. MySQL is portable GUI with command prompt. Administration is supported using MySQL Query Browser

Posts navigation

1 … 21 22 23 … 92

« Previous Page — Next Page »

Recent Posts

  • What is php artisan tinker?
  • What is the use of php artisan make:command?
  • What is Laravel Envoy?
  • What is Broadcasting in Laravel?
  • What is Laravel Echo?

Recent Comments

No comments to show.

Archives

  • July 2025
  • June 2025
  • November 2024
  • August 2024
  • July 2024
  • April 2024
  • September 2023
  • May 2023

Categories

  • Android Interview Questions
  • Angular JS interview Questions
  • C Programming
  • C Programs
  • C++ Programming
  • Codeigniter Interview Questions
  • Computer Network
  • CSS Interview Questions
  • HTML Interview Questions
  • Java
  • Java Interview Questions
  • Javascript Interview Questions
  • jQuery interview Questions
  • Laravel Interview Questions
  • Mobile Application Development
  • MySQL Interview Questions
  • PHP
  • PHP Interview Questions
  • Python
  • Python Interview Questions
  • React JS Interview Questions
  • Software Engineering
  • System Analysis and Design (SAAD)
  • Uncategorized
  • Vtiger CRM

You Missed

Laravel Interview Questions

What is php artisan tinker?

Laravel Interview Questions

What is the use of php artisan make:command?

Laravel Interview Questions

What is Laravel Envoy?

Laravel Interview Questions

What is Broadcasting in Laravel?

IT Notes

Copyright © All rights reserved | Blogus by Themeansar.