Showing posts with label RDBMS. Show all posts
Showing posts with label RDBMS. Show all posts

Sunday, July 17, 2011

What is SQL Server?

SQL Server is Relational Database Management System ( RDBMS),which responds to SQL queries originated from the client machine.

RDBMS : Relational database groups data by using common characteristics.
SQL Queries : Declarative code used to Insert,update and delete data in a RDBMS database.