From 3c696bf2b6ad66d96312a2831f4bbc8ef830da88 Mon Sep 17 00:00:00 2001 From: Justin <31172962+jafowler85@users.noreply.github.com> Date: Fri, 18 Jan 2019 18:47:07 -0500 Subject: [PATCH] Small grammatical changes and updates (#32242) --- guide/english/sql/sql-data-types/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/sql/sql-data-types/index.md b/guide/english/sql/sql-data-types/index.md index 97108a5730..526ac92a8f 100644 --- a/guide/english/sql/sql-data-types/index.md +++ b/guide/english/sql/sql-data-types/index.md @@ -4,9 +4,9 @@ title: SQL Data Types # SQL Data Types -Each column in a table must have a data type. It indicates the type of value that the column stores. +Each column in a table must have a data type. The data type indicates the type of value that is stored within the column. -Each database can accept differents data types, but in general, the list of data types is: +Each database can accept different data types, but in general, the list of data types are: ### Strings Types Data type | Description