1. Introduction

  • Data is collection of raw facts.
  • Database is collection of data in a systematic way.
                

  • SQL stands for Structured Query Language.
  • SQL is used for storing, manipulating and retrieving data from the database.
  • RDBMS stands for Relational Database Management System.
  • MS SQL server is a RDBMS.
  • Data in RDBMS are stored in table in the form of rows(tuple) and column(attribute).

Comments