In The Name Of Allah Mohammad Ahsan [email_address] My Topic Consists Sql Server 2008 This is very small presentation of sql server Email:
What is Sql Server? SQL Stands For Structure Query Language Microsoft SQL Server is a  relational model database server   produced By   Microsoft. Its Primary   query languages   are   T-SQL   and   ANSI-SQL. SQL lets you access and manipulate  databases.   Although SQL is an  ANSI  ( American National Standards Institute ) standard, there are many different versions of the SQL language. However, to be compliant with the  ANSI  standard, they all support at least the major commands ( such as SELECT, UPDATE, DELETE, INSERT, WHERE ) in a similar manner.
R D B M S RDBMS is the basis for  SQL , and for all modern  database  systems like MS  SQL Server ,  IBM DB2 ,  Oracle, MySQL , and  Microsoft Access . RDBMS stands for Relational Database Management System The data in  RDBMS  is stored in database objects called  tables . A  table  is a collection of  related  data entries and it consists of  columns and  rows .
SQL Server 2008 R2 SQL Server 2008 R2 (formerly codenamed SQL Server " Kilimanjaro ") was announced at  TechEd  2009, and was released to manufacturing on April 21, 2010 . SQL Server 2008 R2 adds certain features to SQL Server 2008 including a  master data management  system branded as   Master Data Services , a central management of master data entities and hierarchies .
SQL Server 2008 R2 Also Multi Server Management, a centralized console to manage multiple  SQL Server 2008  instances and services including  relational databases ,  Reporting Services ,  Analysis Services  &  Integration Services . SQL Server 2008 R2 includes a number of new services, including PowerPivot  for  Excel  and  SharePoint ,  Master Data Services , StreamInsight ,  Report Builder  3.0 , Reporting Services Add-in for SharePoint, a Data-tier function in  Visual Studio  that enables packaging of tiered databases as part of an application, and a SQL Server Utility named UC ( Utility Control Point ), part of AMSM ( Application and Multi-Server Management ) that is used to manage multiple SQL Servers
Data Management Data Management deals with managing large amount of  information Which involves both the storage of information and the provision of Mechanisms  for  manipulation  of  information . Database System Database Systems evolved in the late 1960s to address common issues In applications handling large volumes of  data . Which are also data Intensive .some of these issues could be traced back to the Disadvantages of  file based system .
DBMS Database Management System A  database management system  can be defined as a collection of Related records and a set of programs that access and manipulate these Records . A  database management system  enables the user to enter, store and Manage  data . The main problem with the earlier  DBMS  packages was that the data Was stored in the flat file format. So the information about different objects was maintained separately In different  physical files .Hence the relation between these  objects If any had to be maintained in a separate  physical files .
Working in Sql Server SQL DML and DDL SQL can be divided into two parts: The Data Manipulation Language (DML) and the Data Definition Language (DDL). The query and update commands form the DML part of SQL: SELECT - extracts data from a database  UPDATE - updates data in a database  DELETE - deletes data from a database  INSERT INTO - inserts new data into a database  The DDL part of SQL permits database tables to be created or deleted. It also define indexes (keys), specify links between tables, and impose constraints between tables. The most important DDL statements in SQL are: CREATE DATABASE - creates a new database  ALTER DATABASE - modifies a database  CREATE TABLE - creates a new table  ALTER TABLE - modifies a table  DROP TABLE - deletes a table  CREATE INDEX - creates an index (search key)  DROP INDEX - deletes an index
Create Table Syntax for creating database Create database <database_name> Create table  Current_Account (Account_no char(20), Account_title varchar(30), Account_type varchar(30), Account_Balance Char(20) Now Insert Record in this Current Account table. Statement Insert into  Current_Account Values (‘account_no’,’account_title’,’account_type’,’account_bal’) Table is created
SQL Functions AVG() - Returns the average value  COUNT() - Returns the number of rows  FIRST() - Returns the first value  LAST() - Returns the last value  MAX() - Returns the largest value  MIN() - Returns the smallest value  SUM() - Returns the sum  SQL aggregate functions return a single value, calculated from values in a column. Useful aggregate functions
SQL Scalar Functions UCASE() - Converts a field to upper case  LCASE() - Converts a field to lower case  MID() - Extract characters from a text field  LEN() - Returns the length of a text field  ROUND() - Rounds a numeric field to the number of decimals specified  NOW() - Returns the current system date and time  FORMAT() - Formats how a field is to be displayed   SQL scalar functions return a single value, based on the input value. Useful scalar functions: Thanks.

More Related Content

DOC
Oracle vs. MS SQL Server
PPTX
Difference Between Sql - MySql and Oracle
PPT
MYSQL.ppt
DOCX
Database Management Lab -SQL Queries
DOC
DBMS Practical File
PPT
PPTX
Sql database development part 1
PPT
MySQL and its basic commands
Oracle vs. MS SQL Server
Difference Between Sql - MySql and Oracle
MYSQL.ppt
Database Management Lab -SQL Queries
DBMS Practical File
Sql database development part 1
MySQL and its basic commands

What's hot (20)

PDF
PDF
Web app development_my_sql_08
PPTX
Getting Started with MySQL II
PPTX
lovely
PPTX
SQL for interview
PPTX
Introduction to SQL
PDF
Database Systems - Introduction to SQL (Chapter 3/1)
PPTX
Structured query language
PDF
Sql interview questions and answers
PDF
Sql 2009
ODP
Ms sql-server
PDF
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
PPTX
What is SQL Server?
PPTX
PPT
MySQL lecture
PDF
Introduction to the Structured Query Language SQL
PPTX
Getting Started with MySQL I
PPTX
MDF and LDF in SQL Server
PPTX
T-SQL Overview
Web app development_my_sql_08
Getting Started with MySQL II
lovely
SQL for interview
Introduction to SQL
Database Systems - Introduction to SQL (Chapter 3/1)
Structured query language
Sql interview questions and answers
Sql 2009
Ms sql-server
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
What is SQL Server?
MySQL lecture
Introduction to the Structured Query Language SQL
Getting Started with MySQL I
MDF and LDF in SQL Server
T-SQL Overview
Ad

Viewers also liked (10)

DOCX
Template artikel update 2016, 20 januari
PPTX
PPT
Iuavcamp presentazione 2011
ODP
Electri sense
PPT
Iuavcamp presentazione 2011
PPT
Iuavcamp presentazione 2011
PPT
Iuavcamp presentazione
PPT
Rembert powerpoint
PDF
Hype vs. Reality: The AI Explainer
PPSX
Cleopatra i de_ egipto
Template artikel update 2016, 20 januari
Iuavcamp presentazione 2011
Electri sense
Iuavcamp presentazione 2011
Iuavcamp presentazione 2011
Iuavcamp presentazione
Rembert powerpoint
Hype vs. Reality: The AI Explainer
Cleopatra i de_ egipto
Ad

Similar to Presentation1 (20)

PDF
Using T-SQL
PPT
PPTX
Ms sql server
PDF
Introduction to sql server
PPTX
Chapter 2: Ms SQL Server
PDF
Essential SQL on SQL Server 2008 1st Edition Dr. Sikha Bagui
PDF
Essential SQL on SQL Server 2008 1st Edition Dr. Sikha Bagui
PPTX
Lecture 4-RDBMS.pptx
PDF
PT- Oracle session01
DOC
Sqlmaterial 120414024230-phpapp01
PPTX
PPT SQL CLASS.pptx
PPTX
Bank mangement system
PPTX
data base programming chapter1 26 slides
PPTX
SQL.pptx
PDF
Essential SQL on SQL Server 2008 1st Edition Dr. Sikha Bagui
PPTX
Getting Started with SQL Language.pptx
PPT
New features of sql server 2005
PPTX
Introduction to Database system 123.pptx
PDF
DP080_Lecture_1 SQL lecture document .pdf
PPT
Sql server T-sql basics ppt-3
Using T-SQL
Ms sql server
Introduction to sql server
Chapter 2: Ms SQL Server
Essential SQL on SQL Server 2008 1st Edition Dr. Sikha Bagui
Essential SQL on SQL Server 2008 1st Edition Dr. Sikha Bagui
Lecture 4-RDBMS.pptx
PT- Oracle session01
Sqlmaterial 120414024230-phpapp01
PPT SQL CLASS.pptx
Bank mangement system
data base programming chapter1 26 slides
SQL.pptx
Essential SQL on SQL Server 2008 1st Edition Dr. Sikha Bagui
Getting Started with SQL Language.pptx
New features of sql server 2005
Introduction to Database system 123.pptx
DP080_Lecture_1 SQL lecture document .pdf
Sql server T-sql basics ppt-3

Recently uploaded (20)

PDF
Lecture on Viruses: Structure, Classification, Replication, Effects on Cells,...
PDF
M.Tech in Aerospace Engineering | BIT Mesra
PPT
REGULATION OF RESPIRATION lecture note 200L [Autosaved]-1-1.ppt
PDF
fundamentals-of-heat-and-mass-transfer-6th-edition_incropera.pdf
PDF
Literature_Review_methods_ BRACU_MKT426 course material
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
PPTX
Reproductive system-Human anatomy and physiology
PDF
0520_Scheme_of_Work_(for_examination_from_2021).pdf
PDF
The TKT Course. Modules 1, 2, 3.for self study
PDF
Nurlina - Urban Planner Portfolio (english ver)
PDF
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
PPTX
CAPACITY BUILDING PROGRAMME IN ADOLESCENT EDUCATION
PDF
LIFE & LIVING TRILOGY - PART - (2) THE PURPOSE OF LIFE.pdf
PDF
Everyday Spelling and Grammar by Kathi Wyldeck
PPTX
Climate Change and Its Global Impact.pptx
PDF
Disorder of Endocrine system (1).pdfyyhyyyy
PDF
MICROENCAPSULATION_NDDS_BPHARMACY__SEM VII_PCI Syllabus.pdf
PDF
Journal of Dental Science - UDMY (2020).pdf
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PDF
Myanmar Dental Journal, The Journal of the Myanmar Dental Association (2013).pdf
Lecture on Viruses: Structure, Classification, Replication, Effects on Cells,...
M.Tech in Aerospace Engineering | BIT Mesra
REGULATION OF RESPIRATION lecture note 200L [Autosaved]-1-1.ppt
fundamentals-of-heat-and-mass-transfer-6th-edition_incropera.pdf
Literature_Review_methods_ BRACU_MKT426 course material
Cambridge-Practice-Tests-for-IELTS-12.docx
Reproductive system-Human anatomy and physiology
0520_Scheme_of_Work_(for_examination_from_2021).pdf
The TKT Course. Modules 1, 2, 3.for self study
Nurlina - Urban Planner Portfolio (english ver)
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
CAPACITY BUILDING PROGRAMME IN ADOLESCENT EDUCATION
LIFE & LIVING TRILOGY - PART - (2) THE PURPOSE OF LIFE.pdf
Everyday Spelling and Grammar by Kathi Wyldeck
Climate Change and Its Global Impact.pptx
Disorder of Endocrine system (1).pdfyyhyyyy
MICROENCAPSULATION_NDDS_BPHARMACY__SEM VII_PCI Syllabus.pdf
Journal of Dental Science - UDMY (2020).pdf
Environmental Education MCQ BD2EE - Share Source.pdf
Myanmar Dental Journal, The Journal of the Myanmar Dental Association (2013).pdf

Presentation1

  • 1. In The Name Of Allah Mohammad Ahsan [email_address] My Topic Consists Sql Server 2008 This is very small presentation of sql server Email:
  • 2. What is Sql Server? SQL Stands For Structure Query Language Microsoft SQL Server is a relational model database server produced By Microsoft. Its Primary query languages are T-SQL and ANSI-SQL. SQL lets you access and manipulate databases. Although SQL is an ANSI ( American National Standards Institute ) standard, there are many different versions of the SQL language. However, to be compliant with the ANSI standard, they all support at least the major commands ( such as SELECT, UPDATE, DELETE, INSERT, WHERE ) in a similar manner.
  • 3. R D B M S RDBMS is the basis for SQL , and for all modern database systems like MS SQL Server , IBM DB2 , Oracle, MySQL , and Microsoft Access . RDBMS stands for Relational Database Management System The data in RDBMS is stored in database objects called tables . A table is a collection of related data entries and it consists of columns and rows .
  • 4. SQL Server 2008 R2 SQL Server 2008 R2 (formerly codenamed SQL Server &quot; Kilimanjaro &quot;) was announced at TechEd 2009, and was released to manufacturing on April 21, 2010 . SQL Server 2008 R2 adds certain features to SQL Server 2008 including a master data management system branded as Master Data Services , a central management of master data entities and hierarchies .
  • 5. SQL Server 2008 R2 Also Multi Server Management, a centralized console to manage multiple SQL Server 2008 instances and services including relational databases , Reporting Services , Analysis Services & Integration Services . SQL Server 2008 R2 includes a number of new services, including PowerPivot for Excel and SharePoint , Master Data Services , StreamInsight , Report Builder 3.0 , Reporting Services Add-in for SharePoint, a Data-tier function in Visual Studio that enables packaging of tiered databases as part of an application, and a SQL Server Utility named UC ( Utility Control Point ), part of AMSM ( Application and Multi-Server Management ) that is used to manage multiple SQL Servers
  • 6. Data Management Data Management deals with managing large amount of information Which involves both the storage of information and the provision of Mechanisms for manipulation of information . Database System Database Systems evolved in the late 1960s to address common issues In applications handling large volumes of data . Which are also data Intensive .some of these issues could be traced back to the Disadvantages of file based system .
  • 7. DBMS Database Management System A database management system can be defined as a collection of Related records and a set of programs that access and manipulate these Records . A database management system enables the user to enter, store and Manage data . The main problem with the earlier DBMS packages was that the data Was stored in the flat file format. So the information about different objects was maintained separately In different physical files .Hence the relation between these objects If any had to be maintained in a separate physical files .
  • 8. Working in Sql Server SQL DML and DDL SQL can be divided into two parts: The Data Manipulation Language (DML) and the Data Definition Language (DDL). The query and update commands form the DML part of SQL: SELECT - extracts data from a database UPDATE - updates data in a database DELETE - deletes data from a database INSERT INTO - inserts new data into a database The DDL part of SQL permits database tables to be created or deleted. It also define indexes (keys), specify links between tables, and impose constraints between tables. The most important DDL statements in SQL are: CREATE DATABASE - creates a new database ALTER DATABASE - modifies a database CREATE TABLE - creates a new table ALTER TABLE - modifies a table DROP TABLE - deletes a table CREATE INDEX - creates an index (search key) DROP INDEX - deletes an index
  • 9. Create Table Syntax for creating database Create database <database_name> Create table Current_Account (Account_no char(20), Account_title varchar(30), Account_type varchar(30), Account_Balance Char(20) Now Insert Record in this Current Account table. Statement Insert into Current_Account Values (‘account_no’,’account_title’,’account_type’,’account_bal’) Table is created
  • 10. SQL Functions AVG() - Returns the average value COUNT() - Returns the number of rows FIRST() - Returns the first value LAST() - Returns the last value MAX() - Returns the largest value MIN() - Returns the smallest value SUM() - Returns the sum SQL aggregate functions return a single value, calculated from values in a column. Useful aggregate functions
  • 11. SQL Scalar Functions UCASE() - Converts a field to upper case LCASE() - Converts a field to lower case MID() - Extract characters from a text field LEN() - Returns the length of a text field ROUND() - Rounds a numeric field to the number of decimals specified NOW() - Returns the current system date and time FORMAT() - Formats how a field is to be displayed SQL scalar functions return a single value, based on the input value. Useful scalar functions: Thanks.