UNION
SQL UNION Keyword The UNION command combines the result sets of two or more SELECT statements into a single result […]
SQL TRUNCATE TABLE Keyword The TRUNCATE TABLE command is used to delete all data inside a table without deleting the
SQL SELECT TOP Keyword The SELECT TOP command is used in SQL Server to return only the top N rows
SQL SELECT INTO Keyword The SELECT INTO command is used to copy data from one table into a new table.
SQL SELECT DISTINCT Keyword The SELECT DISTINCT command is used to return only unique (different) values from a column or
SQL RIGHT JOIN Keyword The RIGHT JOIN command returns all rows from the right table and the matching rows from