SQL Server Explained in a very simple, understanding way. These posts helps understand purpose and use of each SQL Statement/SQL Query, Built-in SQL Functions, Operator. Most Useful and important Topics covered.
Subscribe to:
Posts (Atom)
SQL Server - Introduction to SQL
Introduction to SQL SQL is a standard language for accessing and manipulating databases. SQL stands for Structured Query Language. SQL...

-
SQL JOINS SQL Joins are used to combine data or rows from two or more tables by generating link between a common field/keyfield. There a...
-
CREATE TABLE The CREATE TABLE statement is used to create a new table in a database. Syntax : CREATE TABLE table_name ( c...
-
SQL Data Types SQL Stores data into rows and columns. Each column must be assigned with a Name and data Type while creating a Table in d...
No comments:
Post a Comment