Feb 26

The CREATE TABLE statement is used to create a table in a database.

Continue Reading »

Feb 19

The CREATE DATABASE statement is used to create a database.

Continue Reading »

Feb 12

The SELECT INTO statement selects data from one table and inserts it into a different table.

Continue Reading »

Feb 05

The UNION operator is used to combine the result-set of two or more SELECT statements.

Continue Reading »