D
O
tNet-Tricks
Implement Dot Net Tips & Tricks !!
" Coding , A Rhythmic Literary Job "
Learn tips & tricks to play with C#, Asp.Net, Ado.Net, Ajax, Linq, EF, WCF, WebServices, Sql Server, JavaScript, JQuery, CSS, Html, Xml, JavaScript, JQuery, CSS, Visual Studio & many more...!!

Sql Commands

Posted By : Shailendra Chauhan, Friday, January 21, 2011

SQL commands are a set of instructions that are used to interact with the database like Sql Server, MySql, Oracle etc. SQL commands are responsible to create and to do all the manipulation on the database. These are also responsible to give/take out access rights on a particular database.

 

Different Types of Keys in SQL

Posted By : Shailendra Chauhan, Thursday, January 27, 2011

A key is a single or combination of multiple fields in a table. Its is used to fetch or retrieve records/data-rows from data table according to the condition/requirement. Keys are also used to create relationship among different database tables.

 

SQL Integrity Constraints or Constraints

Posted By : Shailendra Chauhan, Wednesday, February 02, 2011

Constraints are some rules that enforce on the data to be enter into the database table. Basically constraints are used to restrict the type of data that can insert into a database table.Constraints can be defined in two ways:

 

Sql Server Joins / Basic of Sql Joins

Posted By : Shailendra Chauhan, Wednesday, March 02, 2011

Sql joins are used to fetch/retrieve data from two or more data tables, based on a join condition. A join condition is a relationship among some columns in the data tables that take part in Sql join. Basically data tables are related to each other with keys. We use these keys relationship in sql joins.

 

Types of Sql Server Triggers

Posted By : Shailendra Chauhan, Thursday, May 05, 2011

Triggers are special type of stored procedure that automatically execute when a DDL or DML statement associated with the trigger is executed. Triggers are used to evaluate data before or after data manipulation using DDL and DML statements, to maintain data integrity, to control server operations and access, to audit a server, and to implement business logic or business rule.

 

After Trigger, Instead of Trigger Example

Posted By : Shailendra Chauhan, Monday, May 09, 2011

Triggers are special type of stored procedure that automatically execute when a DDL or DML statement associated with the trigger is executed. DML Triggers are used to evaluate data after data manipulation using DML statements. We have two types of DML triggers.

 

Sql Server Introduction

Posted By : Shailendra Chauhan, Wednesday, June 15, 2011

Microsoft SQL Server is a Relational Database Management System(RDBMS) developed by Microsoft. It is designed to run on a central server, so that multiple users can access the same data simultaneously. The users normally access the database through an application.

 

Tags Cloud :
 
Tips & Tricks Subscription :