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:
Comments (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...
-
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...
-
SQL VIEWS A view is a virtual table that is based on a statement. There are rows and columns in a view. The fields in a view are from re...
No comments:
Post a Comment