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 SERVER - SQL CASE Expression SQL CASE Expression When the first condition is met, the CASE expression returns a value. Once a conditi...
-
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