SlideShare a Scribd company logo
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 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
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 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],SQL aggregate functions return a single value, calculated from values in a column. Useful aggregate functions
SQL Scalar Functions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],SQL scalar functions return a single value, based on the input value. Useful scalar functions: Thanks.

More Related Content

What's hot

Dbms
DbmsDbms
Web app development_my_sql_08
Web app development_my_sql_08Web app development_my_sql_08
Web app development_my_sql_08Hassen Poreya
 
Getting Started with MySQL II
Getting Started with MySQL IIGetting Started with MySQL II
Getting Started with MySQL II
Sankhya_Analytics
 
SQL for interview
SQL for interviewSQL for interview
SQL for interview
Aditya Kumar Tripathy
 
Introduction to SQL
Introduction to SQLIntroduction to SQL
Introduction to SQL
MLG College of Learning, Inc
 
Database Systems - Introduction to SQL (Chapter 3/1)
Database Systems - Introduction to SQL (Chapter 3/1)Database Systems - Introduction to SQL (Chapter 3/1)
Database Systems - Introduction to SQL (Chapter 3/1)
Vidyasagar Mundroy
 
Structured query language
Structured query languageStructured query language
Structured query language
Rashid Ansari
 
Sql interview questions and answers
Sql interview questions and  answersSql interview questions and  answers
Sql interview questions and answers
sheibansari
 
Ms sql-server
Ms sql-serverMs sql-server
Ms sql-server
Md.Mojibul Hoque
 
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Beat Signer
 
What is SQL Server?
What is SQL Server?What is SQL Server?
What is SQL Server?
CPD INDIA
 
Sql
SqlSql
Introduction to the Structured Query Language SQL
Introduction to the Structured Query Language SQLIntroduction to the Structured Query Language SQL
Introduction to the Structured Query Language SQL
Harmony Kwawu
 
Getting Started with MySQL I
Getting Started with MySQL IGetting Started with MySQL I
Getting Started with MySQL I
Sankhya_Analytics
 
MDF and LDF in SQL Server
MDF and LDF in SQL ServerMDF and LDF in SQL Server
MDF and LDF in SQL Server
Masum Reza
 

What's hot (20)

Dbms
DbmsDbms
Dbms
 
Web app development_my_sql_08
Web app development_my_sql_08Web app development_my_sql_08
Web app development_my_sql_08
 
Getting Started with MySQL II
Getting Started with MySQL IIGetting Started with MySQL II
Getting Started with MySQL II
 
lovely
lovelylovely
lovely
 
SQL for interview
SQL for interviewSQL for interview
SQL for interview
 
Introduction to SQL
Introduction to SQLIntroduction to SQL
Introduction to SQL
 
Database Systems - Introduction to SQL (Chapter 3/1)
Database Systems - Introduction to SQL (Chapter 3/1)Database Systems - Introduction to SQL (Chapter 3/1)
Database Systems - Introduction to SQL (Chapter 3/1)
 
Structured query language
Structured query languageStructured query language
Structured query language
 
Sql interview questions and answers
Sql interview questions and  answersSql interview questions and  answers
Sql interview questions and answers
 
Sql 2009
Sql 2009Sql 2009
Sql 2009
 
Ms sql-server
Ms sql-serverMs sql-server
Ms sql-server
 
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
 
MS SQL SERVER 2012
MS SQL SERVER 2012MS SQL SERVER 2012
MS SQL SERVER 2012
 
What is SQL Server?
What is SQL Server?What is SQL Server?
What is SQL Server?
 
Sql
SqlSql
Sql
 
MySQL lecture
MySQL lectureMySQL lecture
MySQL lecture
 
Introduction to the Structured Query Language SQL
Introduction to the Structured Query Language SQLIntroduction to the Structured Query Language SQL
Introduction to the Structured Query Language SQL
 
Getting Started with MySQL I
Getting Started with MySQL IGetting Started with MySQL I
Getting Started with MySQL I
 
MDF and LDF in SQL Server
MDF and LDF in SQL ServerMDF and LDF in SQL Server
MDF and LDF in SQL Server
 
T-SQL Overview
T-SQL OverviewT-SQL Overview
T-SQL Overview
 

Viewers also liked

Template artikel update 2016, 20 januari
Template artikel   update 2016, 20 januariTemplate artikel   update 2016, 20 januari
Template artikel update 2016, 20 januari
Muhammad Zahid
 
Iuavcamp presentazione 2011
Iuavcamp presentazione 2011Iuavcamp presentazione 2011
Iuavcamp presentazione 2011
pdemarchi1
 
Electri sense
Electri senseElectri sense
Electri sensehokuty
 
Iuavcamp presentazione 2011
Iuavcamp presentazione 2011Iuavcamp presentazione 2011
Iuavcamp presentazione 2011
pdemarchi1
 
Iuavcamp presentazione 2011
Iuavcamp presentazione 2011Iuavcamp presentazione 2011
Iuavcamp presentazione 2011
pdemarchi1
 
Iuavcamp presentazione
Iuavcamp presentazioneIuavcamp presentazione
Iuavcamp presentazionelauraperi
 
Rembert powerpoint
Rembert powerpointRembert powerpoint
Rembert powerpoint
trembert01
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI Explainer
Luminary Labs
 
Cleopatra i de_ egipto
Cleopatra i de_ egiptoCleopatra i de_ egipto
Cleopatra i de_ egipto
fernandomalchan
 

Viewers also liked (10)

Template artikel update 2016, 20 januari
Template artikel   update 2016, 20 januariTemplate artikel   update 2016, 20 januari
Template artikel update 2016, 20 januari
 
Vimeo
VimeoVimeo
Vimeo
 
Iuavcamp presentazione 2011
Iuavcamp presentazione 2011Iuavcamp presentazione 2011
Iuavcamp presentazione 2011
 
Electri sense
Electri senseElectri sense
Electri sense
 
Iuavcamp presentazione 2011
Iuavcamp presentazione 2011Iuavcamp presentazione 2011
Iuavcamp presentazione 2011
 
Iuavcamp presentazione 2011
Iuavcamp presentazione 2011Iuavcamp presentazione 2011
Iuavcamp presentazione 2011
 
Iuavcamp presentazione
Iuavcamp presentazioneIuavcamp presentazione
Iuavcamp presentazione
 
Rembert powerpoint
Rembert powerpointRembert powerpoint
Rembert powerpoint
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI Explainer
 
Cleopatra i de_ egipto
Cleopatra i de_ egiptoCleopatra i de_ egipto
Cleopatra i de_ egipto
 

Similar to Presentation1

MySQL intro
MySQL introMySQL intro
PPT SQL CLASS.pptx
PPT SQL CLASS.pptxPPT SQL CLASS.pptx
PPT SQL CLASS.pptx
AngeOuattara
 
Sq lite module5
Sq lite module5Sq lite module5
Sq lite module5
Highervista
 
SQL Complete Tutorial. All Topics Covered
SQL Complete Tutorial. All Topics CoveredSQL Complete Tutorial. All Topics Covered
SQL Complete Tutorial. All Topics Covered
Danish Mehraj
 
Bank mangement system
Bank mangement systemBank mangement system
Bank mangement system
FaisalGhffar
 
Chapter 2: Ms SQL Server
Chapter 2: Ms SQL ServerChapter 2: Ms SQL Server
Chapter 2: Ms SQL ServerNgeam Soly
 
Data base
Data baseData base
Data base
Girish Gowda
 
SQL2.pptx
SQL2.pptxSQL2.pptx
SQL2.pptx
RareDeath
 
Whats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwWhats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 Cw
Eduardo Castro
 
SQL ARPIT YADAV.pptx
SQL ARPIT YADAV.pptxSQL ARPIT YADAV.pptx
SQL ARPIT YADAV.pptx
ArpitYadav353999
 
SQL_Introduction_Updated.pptx
SQL_Introduction_Updated.pptxSQL_Introduction_Updated.pptx
SQL_Introduction_Updated.pptx
C3MohdArshAlam18
 
Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2
Eduardo Castro
 
PO WER - Piotr Mariat - Sql
PO WER - Piotr Mariat - SqlPO WER - Piotr Mariat - Sql
PO WER - Piotr Mariat - Sql
Zespół Szkół nr 26
 
My lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptx
My lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptxMy lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptx
My lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptx
EliasPetros
 
Sq lite
Sq liteSq lite
SQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptxSQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptx
KashifManzoorMeo
 
SQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptxSQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptx
QuyVo27
 
SQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPSQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTP
Govind S Yadav
 

Similar to Presentation1 (20)

MySQL intro
MySQL introMySQL intro
MySQL intro
 
PPT SQL CLASS.pptx
PPT SQL CLASS.pptxPPT SQL CLASS.pptx
PPT SQL CLASS.pptx
 
Module02
Module02Module02
Module02
 
Sq lite module5
Sq lite module5Sq lite module5
Sq lite module5
 
SQL Complete Tutorial. All Topics Covered
SQL Complete Tutorial. All Topics CoveredSQL Complete Tutorial. All Topics Covered
SQL Complete Tutorial. All Topics Covered
 
Bank mangement system
Bank mangement systemBank mangement system
Bank mangement system
 
Chapter 2: Ms SQL Server
Chapter 2: Ms SQL ServerChapter 2: Ms SQL Server
Chapter 2: Ms SQL Server
 
Data base
Data baseData base
Data base
 
SQL2.pptx
SQL2.pptxSQL2.pptx
SQL2.pptx
 
Whats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwWhats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 Cw
 
SQL ARPIT YADAV.pptx
SQL ARPIT YADAV.pptxSQL ARPIT YADAV.pptx
SQL ARPIT YADAV.pptx
 
SQL_Introduction_Updated.pptx
SQL_Introduction_Updated.pptxSQL_Introduction_Updated.pptx
SQL_Introduction_Updated.pptx
 
Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2
 
PO WER - Piotr Mariat - Sql
PO WER - Piotr Mariat - SqlPO WER - Piotr Mariat - Sql
PO WER - Piotr Mariat - Sql
 
My lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptx
My lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptxMy lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptx
My lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptx
 
Sq lite
Sq liteSq lite
Sq lite
 
It ready dw_day3_rev00
It ready dw_day3_rev00It ready dw_day3_rev00
It ready dw_day3_rev00
 
SQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptxSQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptx
 
SQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptxSQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptx
 
SQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPSQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTP
 

Recently uploaded

Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
ArianaBusciglio
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 

Recently uploaded (20)

Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 

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.
  • 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.
  • 11.