Skip to content

IT Notes

IT Notes

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

Explain Access Control Lists.

An ACL (Access Control List) is a list of permissions that is associated with an object. This list is the basis for MySQL server’s security model and it helps in…

MySQL Interview Questions

What are all the Common SQL Function?

CONCAT(A, B) – Concatenates two string values to create a single string output. Often used to combine two or more fields into one single field. FORMAT(X, D) – Formats the…

MySQL Interview Questions

What are the nonstandard string types?

Following are Non-Standard string types: TINYTEXT TEXT MEDIUMTEXT LONGTEXT

MySQL Interview Questions

How many TRIGGERS are allowed in MySql table?

SIX triggers are allowed in MySql table. They are as follows: BEFORE INSERT AFTER INSERT BEFORE UPDATE AFTER UPDATE BEFORE DELETE and AFTER DELETE

MySQL Interview Questions

What are the objects can be created using CREATE statement?

Following objects are created using CREATE statement: DATABASE EVENT FUNCTION INDEX PROCEDURE TABLE TRIGGER USER VIEW

MySQL Interview Questions

What is the different between NOW() and CURRENT_DATE()?

NOW () command is used to show current year,month,date with hours,minutes and seconds. CURRENT_DATE() shows current year,month and date only.

MySQL Interview Questions

How many columns can be used for creating Index?

Maximum of 16 indexed columns can be created for any standard table.

MySQL Interview Questions

How to display top 50 rows?

In MySql, top 50 rows are displayed by using this following query: SELECT * FROM LIMIT 0,50;

MySQL Interview Questions

How to enter Characters as HEX Numbers?

If you want to enter characters as HEX numbers, you can enter HEX numbers with single quotes and a prefix of (X), or just prefix HEX numbers with (Ox). A…

MySQL Interview Questions

How MySQL Optimizes DISTINCT?

DISTINCT is converted to a GROUP BY on all columns and it will be combined with ORDER BY clause. SELECT DISTINCT t1.a FROM t1,t2 where t1.a=t2.a;

Posts navigation

1 2 … 5

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.