© Ben Brumm 2019
Ben BrummBeginning Oracle SQL for Oracle Database 18chttps://doi.org/10.1007/978-1-4842-4430-2_13

13. Understanding the Data Types

Ben Brumm1 
(1)
Melbourne, VIC, Australia
 

In this chapter, you’ll learn what data types are, why you need them, and how the Oracle database handles different data types.

What is a Data Type?

A data type is the format that a piece of information is stored in a database. Each column in a table has a data type, which is defined when you create the table and specify the column names.

If you’ve done any programming before, such as .Net or Java, you’ll know that there are different data types available in these languages. Database development, and SQL, are no different. Data types are available for specifying how ...

Get Beginning Oracle SQL for Oracle Database 18c: From Novice to Professional now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.