1 / 5

Base de D ados

Base de D ados. Conjunto de información del mismo contexto y organizada. Ejemplos: Bibliotecas. Directorios. SGDB. Concepto. Abstracción de la información. Independencia. Consistencia. Seguridad . Manejo de Transacciones . Tiempo de respuesta. SGDB.

abedi
Download Presentation

Base de D ados

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Base de Dados

  2. Conjunto de información del mismo contexto y organizada. Ejemplos: • Bibliotecas. • Directorios. • SGDB Concepto

  3. Abstracción de la información. • Independencia. • Consistencia. • Seguridad. • Manejo de Transacciones. • Tiempo de respuesta. SGDB

  4. CREATE TABLE… (… , CHECK(…),… NOT NULL,… DEFAULT ‘…’); • INSERT INTO… VALUE(); • UPDATE… SET…; • DROP TABLE; • DELETE FROM… WHERE…; • SELECT… FROM… WHERE… BETWEEN… OR/AND… ORDER BY …; SQL(StructuredQueryLanguage)

  5. int, smallint, real, double precision, char(N), varchar(N), date, time, timestamp, interval Tipos de Datos

More Related