What is the Difference between GROUP and ORDER BY

What is the Difference between GROUP and ORDER BY The GROUP and ORDER BY clauses are both used to organize […]

Read More

How to use of limit clause in mysql with php script

How to use of limit clause in mysql with php script We can retrieve limited rows from the mysql table […]

Read More

SQL ORDER BY Clause

We have already seen SQL SELECT command to fetch data from MySQL table. When you select rows, the MySQL server […]

Read More

SQL AND condition

The SQL AND condition is used in a SQL query to create a SQL statement where records are fetching. It […]

Read More

SQL OR condition

The SQL OR condition is used in a SQL query to create a SQL statement where records are fetching. It […]

Read More

MySQL WHERE Clause

MySQL WHERE Clause We have seen SQL SELECT command to fetch data from MySQL table, UPDATE command for update data […]

Read More

Difference between DROP and TRUNCATE statement

Difference between DROP and TRUNCATE statement When you use the drop statement it deletes the table’s row together with the […]

Read More

Difference between delete and truncate statements

Difference between delete and truncate statements There is a slight difference b/w delete and truncate statement. The DELETE statement only […]

Read More

How to copy a sql table into another sql table

How to copy a sql table into another sql table If you want to copy a SQL table into another […]

Read More

sql alter table query

sql alter table query You can modify the mysql table using ALTER TABLE statement, It is used to add, modify […]

Read More

Sign up for weekly update

Milkshake is almost ready. If you're interested in testing it out, then sign up below to get exclusive access.