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...
-
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...
-
CREATE TABLE The CREATE TABLE statement is used to create a new table in a database. Syntax : CREATE TABLE table_name ( c...
No comments:
Post a Comment