From be59c7ecdd7644579444dcf7edec508b2a7c2a50 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 20:51:39 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c74f057..fb6f0aa 100644 --- a/README.md +++ b/README.md @@ -363,3 +363,9 @@ Following are some of the most commonly used constraints available in SQL − ROLLBACK; # SQL - Data Types 🧐 + +- SQL Data Type is an attribute that specifies the type of data of any object. +- Each column, variable and expression has a related data type in SQL. +- You can use these data types while creating your tables. +- You can choose a data type for a table column based on your requirement. +- SQL Server offers six categories of data types for your use which are listed below −