• Introducing the Flexible Data Type in SQLite Database

  • De: Djoni Darmawikarta
  • Narrado por: Virtual Voice
  • Duración: 34 m

Escucha audiolibros, podcasts y Audibles Originals con Audible Plus por un precio mensual bajo.
Escucha en cualquier momento y en cualquier lugar en tus dispositivos con la aplicación gratuita Audible.
Los suscriptores por primera vez de Audible Plus obtienen su primer mes gratis. Cancela la suscripción en cualquier momento.
Introducing the Flexible Data Type in SQLite Database  Por  arte de portada

Introducing the Flexible Data Type in SQLite Database

De: Djoni Darmawikarta
Narrado por: Virtual Voice
Prueba por $0.00

Escucha con la prueba gratis de Plus

Compra ahora por US$7.00

Compra ahora por US$7.00

la tarjeta con terminación
Al confirmar tu compra, aceptas las Condiciones de Uso de Audible y el Aviso de Privacidad de Amazon. Impuestos a cobrar según aplique.
Background images

Este título utiliza narración de virtual voice

Virtual voice es una narración generada por computadora para audiolibros

Resumen del Editor

When you, in SQLite database, create a table you have three choices in declaring the column datatype:

  1. with the datatype and STRICT option,

  2. without datatype, or

  3. with the datatype.

The first choice is just like what you can do in other relational databases. You must declare the datatype of every column, and the data you insert into the columns must be of the datatype declared. This is known as static data typing.

While other relational databases support only the first choice, SQLite offers the other two choices, the dynamic datatype's.

The second choice allows you to create a table without declaring the datatype of some columns or all columns. SQLite decides the datatype to store based on the value of the data. You can add any data value in the columns and even any different data value in different rows.

Even if you declare the datatype (the second choice), they are just your recommendation. SQLite treats them as preferred datatype; it still decides the datatype to store based on the value of the data.

As static or dynamic is specific to a table, in a database you can, to suit your database need, have a mix of static and dynamic tables.

If you want to learn about the SQLite data typing, both static and dynamic datatype, this is the book of choice.

It is a practical book, details of the data typing is clarified and demonstrated by SQL examples.

¿Te gustan los libros? Te encantará Audible.

Transforma tu día

Transforma tu día

Cambia el scrolling interminable por la escucha interminable. Los quehaceres pueden ser divertidos.

Placeholder Image Alt Text

Escucha en dónde sea

No puedes darle vuelta a la página mientras conduces, pero puedes escuchar

Placeholder Image Alt Text

Lleva toda tu biblioteca contigo

Tus historias van a donde tú vayas. Los audiolibros viajan ligero.

Placeholder Image Alt Text

Escucha y aprende

Descubre historias que pueden renovar tu mente, tu bienestar y tu vida.

Placeholder Image Alt Text

Alcanza tus objetivos de lectura

Descarga títulos para escucharlos sin conexión, en cualquier parte del mundo.

Placeholder Image Alt Text

Encuentra tu nicho

Con miles de títulos para explorar, hay algo para todos.

Prueba por $0.00 Renovación automática por $14.95 al mes después de 30 días. Cancela en cualquier momento.

Lo que los oyentes dicen sobre Introducing the Flexible Data Type in SQLite Database

Calificaciones medias de los clientes

Reseñas - Selecciona las pestañas a continuación para cambiar el origen de las reseñas.