A range is a sequential series of data. In a PostgreSQL database server, you can store a range of values using a mathematical interval notation that implements square brackets and parenthesis to define lower and upper bounds of all possible data elements. For instance, in a loan processing application, you can use the range datatype to store the following data: * The minimum and maximum allowed principal for each loan product (For example, you can represent a loan with a minimum allowed principa......