Guruji Point - Code You Want To Write

  • Home
  • Asp.Net
  • WCF
  • SQL
  • Type Script
  • AngularJS
  • Tech News
  • Blog
  • Earn Online

Wednesday, 20 April 2016

Microsoft SQL Server Overview

 No comments   

Introduction

SQL stands for Structured Query Language which is  database computer language designed for the retrieval and management of data in relational database MS Sql rely on RDBMS. Relational Database Management Systems like MySQL, MS Access, Oracle, Sybase, Informix, postgres and SQL Server use SQL as standard database language.
Wkipedia says “ As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications which may run either on the same computer or on another computer across a network (including the Internet)” .

SQL Release History



SQL- Query Syntax

All the SQL statements start with any of the keywords like SELECT, INSERT, UPDATE, DELETE, ALTER, DROP, CREATE, USE, SHOW. and ends with semicolon(;).

Using Sql

1. User can access data in relational database management systems.
2. User can define the data in database and manipulate that data. 
3. User can create and drop databases and tables.
4. User can create view, stored procedure, functions in a database.
5. User can set permissions on tables, procedures, and views

SQL Commands

SQL commands can be divided into three subgroups, DDL, DML and DCL.

DDL stands for Data Definition Language which is useful in database schemas and descriptions, of how the data should reside in the database. Create ,Alter ,Drop ,Truncate queries used by DDL .

DML stands for Data Manipulation Language which is useful in data manipulation, and includes most common SQL statements such SELECT, INSERT, UPDATE, DELETE.
DCL stands for Data Control Language which includes commands such as Revoke, GRANT, and mostly concerned with rights, permissions and other controls of the database system.

  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Email ThisBlogThis!Share to XShare to Facebook
Newer Post Older Post Home

0 comments:

Post a Comment

Facebook Updates

Guruji Point

Categories

Comman table Expression in SQL Dynamic Grid Row IQueryable in c# Learn AngularJS Scope_Identity() Use of indexes comma seperated string in sql row_number() and dense_rank() salary table structure. while loop in sql why do we need cursor why tuple used

About Us

This blog is about the Programming ,Tech News and some intresting facts related Contents. Here you can find fundamental and expert level topic of programming languages very practically related to C# , Asp.Net ,Sql-Server, JavaScript, Jquery, WebServices And also Web-Api, WCF ,WPF, Angular Js.

Contact Us

Email Us - gurujipoints@gmail.com
Contact- 8077657477

Reach Us

Copyright © Guruji Point - Code You Want To Write