SlideShare a Scribd company logo
DATA TYPES
VERSION 1.0

By Naji El Kotob
Data Type?


Indicates the type of data the field will contain.
Data Types





Numeric data types
Character data types
Temporal (date and/or time) data types
Miscellaneous data types
Precision, Scale, and Length


Precision is the number of digits in a number. Scale
is the number of digits to the right of the decimal
point in a number.
 For

example, the number 123.45 has a precision of 5
and a scale of 2.
Custom Data Type (Alias)
CREATE TYPE dbo.ProjectCode
FROM char(6)
NOT NULL
Special Column Types


Computed columns




Identity columns




An Identity column is often used for primary key values

UniqueIdentifier columns




Virtual columns that are not physically stored in the table

Guaranteed to be universally unique

TimeStamp columns


Guaranteed to be unique within a database
Converts an expression of one data
type to another.
Source: MSDN
CAST and CONVERT


Explicitly converts an expression of one data type
to another.
CAST and CONVERT: Syntax


CAST ( expression AS data_type )



CONVERT ( data_type [ ( length ) ] , expression [ , style ] )
CAST and CONVERT: DEMO




PRINT 'Date/time in format MON DD YYYY HH:MI
AM (OR PM): ' + CONVERT(CHAR(19),GETDATE())
PRINT '6) Date/time in format DD MON YYYY
HH:MM:SS:MMM(24H): ' +
CONVERT(CHAR(24),GETDATE(),113)
DECLARE @d DATETIME
SET @d = '2008-02-09 10:31 PM' -- Length 19
SELECT REPLACE(CONVERT(CHAR(16),@d,120),'-','/')
DECLARE @d DATETIME
 SET @d = '2008-02-09 10:31 PM'
 SELECT DATENAME(DAY,@d)

DECLARE @id char(4)
SET @id = '123'
SET @id = CAST(@id AS int) + 1
SELECT @id
SELECT CAST(10.6496 AS int)
SELECT CAST(15.279769 AS money)
References




Data Types http://technet.microsoft.com/enus/library/ms187752.aspx
Cast and Convert http://msdn.microsoft.com/enus/library/ms187928.aspx

More Related Content

PPTX
Variables in C++, data types in c++
PPTX
Data types
PPTX
Sql fundamentals
PPTX
data types in C programming
PPTX
C data types, arrays and structs
PPTX
Datatype in c++ unit 3 -topic 2
PPTX
Data types
Variables in C++, data types in c++
Data types
Sql fundamentals
data types in C programming
C data types, arrays and structs
Datatype in c++ unit 3 -topic 2
Data types

What's hot (20)

PPT
Lect 9(pointers) Zaheer Abbas
PPTX
Basic Data Types in C++
PPT
C++ data types
PPTX
Data types
PPTX
Computer data type and Terminologies
PPTX
Concept of c data types
PPT
Enumerated data types in C
PPTX
Structure query language (sql)
PPSX
Data type
PPTX
Data Types and Variables In C Programming
PDF
Mql4 manual
PPTX
Data types in C
PDF
PPTX
Data Types
PPT
constants, variables and datatypes in C
PPTX
Basic formatting ileana 8 c
PPTX
R Datatypes
PPTX
Numeric Data Types & Strings
PPTX
Data Type in C Programming
Lect 9(pointers) Zaheer Abbas
Basic Data Types in C++
C++ data types
Data types
Computer data type and Terminologies
Concept of c data types
Enumerated data types in C
Structure query language (sql)
Data type
Data Types and Variables In C Programming
Mql4 manual
Data types in C
Data Types
constants, variables and datatypes in C
Basic formatting ileana 8 c
R Datatypes
Numeric Data Types & Strings
Data Type in C Programming
Ad

Viewers also liked (20)

PDF
Google search - Tips and Tricks
PPTX
Sql Server execution plans
PDF
PDF
XML on SQL Server
PPT
7a advanced tsql
PPTX
SQL Functions
PPT
Sql operators & functions 3
PPTX
Sql query analyzer & maintenance
PDF
SQL Server - Querying and Managing XML Data
PDF
Stored-Procedures-Presentation
PDF
CSS3 and Responsive Web Design - Web Technologies (1019888BNR)
PDF
Course Review - Lecture 12 - Next Generation User Interfaces (4018166FNR)
PPTX
Getting Started with HTML5 in Tech Com (STC 2012)
ODP
Data massage: How databases have been scaled from one to one million nodes
PPTX
Proyecto ASHYI
PDF
Opinieartikel FD: Nederlandse pensioensector staat met rug naar Europa
PPTX
טיפים לחשיבת הצלחה לכבוד 2017
PPT
Género y desastres en Chile-Itzá Castañeda
PDF
Revue de presse IoT / Data du 04/03/2017
Google search - Tips and Tricks
Sql Server execution plans
XML on SQL Server
7a advanced tsql
SQL Functions
Sql operators & functions 3
Sql query analyzer & maintenance
SQL Server - Querying and Managing XML Data
Stored-Procedures-Presentation
CSS3 and Responsive Web Design - Web Technologies (1019888BNR)
Course Review - Lecture 12 - Next Generation User Interfaces (4018166FNR)
Getting Started with HTML5 in Tech Com (STC 2012)
Data massage: How databases have been scaled from one to one million nodes
Proyecto ASHYI
Opinieartikel FD: Nederlandse pensioensector staat met rug naar Europa
טיפים לחשיבת הצלחה לכבוד 2017
Género y desastres en Chile-Itzá Castañeda
Revue de presse IoT / Data du 04/03/2017
Ad

Similar to T-SQL Data Types (Quick Overview) (20)

PDF
DP080_Lecture_2 SQL related document.pdf
PPTX
Data type[s] on MS SQL Server
PPTX
Sql server lesson5
PDF
1 data types
PDF
New date datatypes in sql server 2008 tech republic
DOC
Date Time Article
PPT
Using New Data Types In2008
PPT
Sql server ___________session 2(sql 2008)
PPTX
Date time function in Database
PPTX
datetimefuction-170413055211.pptx
PPTX
Date data type and Globalization in Oracle
PPTX
normalaization in databse management systems
DOC
Timewizard Public
PPT
MySQL Built-In Functions
 
PDF
Great Scott! Dealing with New Datatypes
PPTX
SQL Server part 1 (6).pptx
PDF
Sql tutorial
PDF
Sql tutorial
DOCX
Functions data format
PPT
Lecture 18
DP080_Lecture_2 SQL related document.pdf
Data type[s] on MS SQL Server
Sql server lesson5
1 data types
New date datatypes in sql server 2008 tech republic
Date Time Article
Using New Data Types In2008
Sql server ___________session 2(sql 2008)
Date time function in Database
datetimefuction-170413055211.pptx
Date data type and Globalization in Oracle
normalaization in databse management systems
Timewizard Public
MySQL Built-In Functions
 
Great Scott! Dealing with New Datatypes
SQL Server part 1 (6).pptx
Sql tutorial
Sql tutorial
Functions data format
Lecture 18

More from Naji El Kotob (8)

PDF
SSRS Report with Parameters and Data Filtration
PDF
Odoo - Educational Account for Students and Teachers Ver. 2.0
PDF
Microsoft SQL Server - Files and Filegroups
PDF
tempdb and Performance Keys
PDF
Microsoft SQL Server 2012 Components and Tools (Quick Overview) - Rev 1.3
PDF
Robots and-sitemap - Version 1.0.1
PPTX
Practical MS SQL Introduction
PPTX
MVC and Razor - Doc. v1.2
SSRS Report with Parameters and Data Filtration
Odoo - Educational Account for Students and Teachers Ver. 2.0
Microsoft SQL Server - Files and Filegroups
tempdb and Performance Keys
Microsoft SQL Server 2012 Components and Tools (Quick Overview) - Rev 1.3
Robots and-sitemap - Version 1.0.1
Practical MS SQL Introduction
MVC and Razor - Doc. v1.2

Recently uploaded (20)

PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
master seminar digital applications in india
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Computing-Curriculum for Schools in Ghana
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Cell Structure & Organelles in detailed.
PPTX
Lesson notes of climatology university.
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Institutional Correction lecture only . . .
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Anesthesia in Laparoscopic Surgery in India
master seminar digital applications in india
2.FourierTransform-ShortQuestionswithAnswers.pdf
VCE English Exam - Section C Student Revision Booklet
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Computing-Curriculum for Schools in Ghana
TR - Agricultural Crops Production NC III.pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Cell Structure & Organelles in detailed.
Lesson notes of climatology university.
Complications of Minimal Access Surgery at WLH
Institutional Correction lecture only . . .
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
O5-L3 Freight Transport Ops (International) V1.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
O7-L3 Supply Chain Operations - ICLT Program
STATICS OF THE RIGID BODIES Hibbelers.pdf
Renaissance Architecture: A Journey from Faith to Humanism
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf

T-SQL Data Types (Quick Overview)