Amazon RDS

Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and resizable capacity while managing time-consuming database administration tasks, freeing you up to focus on your applications and business.

Amazon RDS provides you six familiar database engines to choose from, including Amazon Aurora, Oracle, Microsoft SQL Server, PostgreSQL, MySQL and MariaDB.

Amazon RDS

data types we support

Integral
bigint
integer
smallint
decimal
decimal (dec, numeric, fixed)
double (float, double precision)
real (decfloat)
text
char (character)
clob (long varchar, character large object)
nchar (national character)
nclob (dbclob, national character large object)
nvarchar (national character varying)
varchar (longvar, vargraphic, vargraph, varg, longvarg, character varying)
Binary
binary (graphic)
varbinary (varbin, binary varying)
Date/Time
date
time
timestamp (timestmp)
timestz
Large objects
blob (binary large object)
clob (long varchar, character large object)
nclob (dbclob, national character large object)
xml
Other
boolean
uniqueidentifier