Example & Tutorial understanding programming in easy ways.

How fetch top 5 record of the table?

Syntax:


SELECT * FROM table_name

LIMIT 5;

Read More →