Вы находитесь на странице: 1из 7

---------

phpMyAdmin SQL Dump


version 3.2.4
http://www.phpmyadmin.net
Servidor: localhost
Tiempo de generacin: 23-01-2013 a las 16:28:02
Versin del servidor: 5.5.28
Versin de PHP: 5.3.1

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--- Base de datos: `facturacion`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `articulo`
-CREATE TABLE IF NOT EXISTS `articulo` (
`id_articulo` int(11) NOT NULL AUTO_INCREMENT,
`descripcion` varchar(30) NOT NULL,
`precio_venta` int(11) NOT NULL,
`precio_costo` int(11) NOT NULL,
`stock` int(11) NOT NULL,
`cod_tipo_articulo` int(11) NOT NULL,
`cod_proveedor` varchar(20) NOT NULL,
`fecha_ingreso` varchar(15) NOT NULL,
PRIMARY KEY (`id_articulo`),
KEY `ref_tipo_articulo_idx` (`cod_tipo_articulo`),
KEY `ref_prov_art_idx` (`cod_proveedor`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;
--- Volcar la base de datos para la tabla `articulo`
-INSERT INTO `articulo` (`id_articulo`, `descripcion`, `precio_venta`, `precio_co
sto`, `stock`, `cod_tipo_articulo`, `cod_proveedor`, `fecha_ingreso`) VALUES
(1, 'Bota Larga', 100000, 80000, 20, 19, '00003-A', '2012-11-03'),
(2, 'Bota corta', 70000, 50000, 55, 19, '00003-A', '2012-10-11'),
(3, 'Botin ', 150000, 130000, 18, 19, '00003-A', '2012-09-01'),
(4, 'Tenis ', 120000, 100000, 8, 20, '00002-2', '2012-10-02'),
(5, 'Zandalias', 50000, 30000, 59, 21, '00001-1', '2012-11-01'),
(6, 'Jeans', 90000, 70000, 18, 24, '00004-4', '2012-10-02'),
(7, 'Camisas', 50000, 30000, 12, 22, '00003-A', '2012-10-20'),
(8, 'Chaquetas', 70000, 50000, 8, 24, '00004-4', '2012-11-02'),
(9, 'Chaquetas sudadera', 60000, 40000, 20, 23, '00002-2', '2012-10-23'),
(10, 'Pantalon sudadera', 60000, 40000, 17, 23, '00002-2', '2012-10-23'),
(11, 'Sudadera completa', 100000, 80000, 20, 23, '00002-2', '2012-10-23'),
(12, 'Camisetas', 30000, 20000, 30, 24, '00005-F', '2012-10-03');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `ciudad`
--

CREATE TABLE IF NOT EXISTS `ciudad` (


`Codigo_ciudad` int(11) NOT NULL AUTO_INCREMENT,
`Nombre_ciudad` varchar(30) NOT NULL,
PRIMARY KEY (`Codigo_ciudad`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=21 ;
--- Volcar la base de datos para la tabla `ciudad`
-INSERT INTO `ciudad` (`Codigo_ciudad`, `Nombre_ciudad`) VALUES
(1, 'POPAYAN'),
(2, 'CALI'),
(3, 'PASTO'),
(4, 'MEDELLIN'),
(5, 'BOGOTA'),
(6, 'BARRANQUILLA'),
(7, 'CARTAGENA'),
(8, 'ARAUCA'),
(9, 'BALBOA'),
(10, 'BELALCAZAR'),
(11, 'BETANIA'),
(12, 'BOLIVAR'),
(13, 'BUCARAMANGA'),
(14, 'BUENAVENTURA'),
(15, 'CUCUTA'),
(16, 'CALDAS'),
(17, 'CAQUETA'),
(18, 'CERRITO'),
(19, 'CHIA'),
(20, 'CORDOBA');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `cliente`
-CREATE TABLE IF NOT EXISTS `cliente` (
`Documento` varchar(15) NOT NULL,
`cod_tipo_documento` int(11) NOT NULL,
`Nombres` varchar(30) NOT NULL,
`Apellidos` varchar(30) NOT NULL,
`Direccion` varchar(20) DEFAULT NULL,
`cod_ciudad` int(11) NOT NULL,
`Telefono` varchar(20) DEFAULT NULL,
PRIMARY KEY (`Documento`),
KEY `cod_tipodocumento_idx` (`cod_tipo_documento`),
KEY `ref_ciudad_idx` (`cod_ciudad`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `cliente`
-INSERT INTO `cliente` (`Documento`, `cod_tipo_documento`, `Nombres`, `Apellidos`
, `Direccion`, `cod_ciudad`, `Telefono`) VALUES
('000031', 1, 'Carlos', 'Perez', 'Carrera 23 N 34-34', 1, '3127654323'),
('000032', 1, 'dfdfff', 'ffff', 'fffff', 1, '77777'),
('0001', 1, 'Camilo', 'Lopez', 'Calle 23 N 12-43', 2, '8239578'),

('0002', 2, 'Maria', 'Arango', 'Carrera 5 N 23-12', 1, '8253478'),


('0003', 1, 'Andres', 'Florez', 'Carrera 23 N 12A 34', 4, '3127654323'),
('0004', 1, 'Carlos', 'Marin', 'Calle 3 N 98_21', 10, '8345623'),
('0005', 1, 'Elvira', 'Orozco', 'Centro', 15, '3219843543'),
('0006', 1, 'Kevin', 'Ayala', 'Carrera 23 N 4B 23', 1, '8354624'),
('0007', 1, 'Angela', 'Hoyos', 'Calle 4 N 23 34', 3, '3217654300'),
('0008', 2, 'Marcela', 'Gomez', 'Centro', 6, NULL),
('0009', 1, 'Andres', 'Orozco', 'Calle 34 N 89 00', 1, '8219876'),
('0010', 1, 'Marlon', 'Diaz', 'Carrera 23 N 78-00', 9, '3219870987'),
('0011', 1, 'Daniela', 'Ceron', 'Centro', 1, '8236543'),
('0012', 2, 'Camilo', 'Orozco', 'Calle 21 N 23-98', 10, '3119874534'),
('0013', 1, 'Daniela', 'Ramos', 'Centro', 2, '3217653400'),
('0014', 2, 'Camilo', 'Samboni', 'Carrera 23 N45A 12', 6, '8204587'),
('0015', 1, 'Alexander', 'Romero', 'Calle 34 N 23 B 12', 2, '8340976'),
('0016', 1, 'Sebastian', 'Naranjo', 'Carrera 23 N 2 A 1', 1, '8320912'),
('0017', 2, 'Sandra', 'Castillo', 'Centro', 3, '3218769988'),
('0018', 1, 'Nicolas', 'Ospina', 'Calle 23- N 76', 1, '8230954'),
('0019', 1, 'Santiago', 'Sanchez', 'Carrera 23 N 12-23', 1, '8236521'),
('0020', 1, 'Aleja', 'Dorado', 'Calle 34 N 23 B 4', 2, '8453234'),
('0021', 2, 'andrea', 'Ruiz', 'Centro', 1, '3238765456'),
('0022', 1, 'Andres', 'Perdomo', 'Centro', 3, '8456342'),
('0023', 1, 'Dolly', 'Joaqui', 'Calle 3 N 34-12', 1, '8230943'),
('0024', 2, 'Kevin', 'Rivera', 'Centro', 1, '8342309'),
('0025', 1, 'Camila', 'Maya', 'Carrera 23 n 65-4', 1, '3150987866'),
('0026', 1, 'Camilo', 'Coral', 'Centro', 1, NULL),
('0027', 2, 'Carlos', 'Paz', 'Centro', 1, NULL),
('0028', 1, 'Cristian', 'Paz', 'Calle 34 N b34', 1, '3219870045'),
('0029', 1, 'Daniela', 'Solarte', 'Centro', 1, '8345623'),
('0030', 1, 'Diana', 'Aponte', 'Centro', 15, '8234522'),
('1032', 2, 'andres', 'juan', 'calle 34-23', 2, '326589'),
('12', 1, 'kerly andrea', 'samboni bolaos', 'los cimuneros', 1, '3113882177'),
('120', 1, 'andres', 'sanchez', 'carere 12-45', 2, '8202565'),
('123', 2, 'carlos', 'andres', 'calle 23.5', 2, '235645'),
('125', 2, 'andres', 'sanchez', 'calle 23', 2, '12545'),
('4115', 2, 'hhhhhhhh', 'hhhhhhhhhh', 'hhhhhhhhhhh', 1, 'hhhhhhhhh');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `detalle_factura`
-CREATE TABLE IF NOT EXISTS `detalle_factura` (
`cod_factura` varchar(20) NOT NULL,
`cod_articulo` int(11) NOT NULL,
`cantidad` int(11) NOT NULL,
`total` decimal(10,0) NOT NULL,
PRIMARY KEY (`cod_factura`,`cod_articulo`),
KEY `ref_facturacion_idx` (`cod_factura`),
KEY `ref_ar_fact_idx` (`cod_articulo`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `detalle_factura`
-INSERT INTO `detalle_factura` (`cod_factura`, `cod_articulo`, `cantidad`, `total
`) VALUES
('FACT-9910966', 3, 1, '150000'),
('FACT-9910966', 4, 2, '240000'),

('FACT-9910966', 5, 1, '47500');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `devolucion`
-CREATE TABLE IF NOT EXISTS `devolucion` (
`cod_detallefactura` varchar(20) NOT NULL,
`cod_detallearticulo` int(11) NOT NULL,
`Motivo` varchar(15) NOT NULL,
`Fecha_devolucion` varchar(10) NOT NULL,
`cantidad` int(11) NOT NULL,
PRIMARY KEY (`cod_detallefactura`,`cod_detallearticulo`),
KEY `ref_detallefactu_idx` (`cod_detallefactura`),
KEY `ref_deta_art_idx` (`cod_detallearticulo`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `devolucion`
-INSERT INTO `devolucion` (`cod_detallefactura`, `cod_detallearticulo`, `Motivo`,
`Fecha_devolucion`, `cantidad`) VALUES
('FACT-9910966', 3, 'pequeo', '22/1/2013', 1);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `factura`
-CREATE TABLE IF NOT EXISTS `factura` (
`Nnm_factura` varchar(20) NOT NULL,
`cod_cliente` varchar(15) NOT NULL,
`Nombre_empleado` varchar(30) NOT NULL,
`Fecha_facturacion` varchar(15) NOT NULL,
`cod_formapago` int(11) NOT NULL,
`total_factura` decimal(10,0) DEFAULT NULL,
`IVA` decimal(10,0) DEFAULT NULL,
PRIMARY KEY (`Nnm_factura`),
KEY `ref_cli_idx` (`cod_cliente`),
KEY `ref_formapago_idx` (`cod_formapago`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `factura`
-INSERT INTO `factura` (`Nnm_factura`, `cod_cliente`, `Nombre_empleado`, `Fecha_f
acturacion`, `cod_formapago`, `total_factura`, `IVA`) VALUES
('FACT-9910966', '125', 'jose', '22/1/2013', 1, '437500', '70000');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `forma_de_pago`
--

CREATE TABLE IF NOT EXISTS `forma_de_pago` (


`id_formapago` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion_formapago` varchar(20) NOT NULL,
PRIMARY KEY (`id_formapago`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
--- Volcar la base de datos para la tabla `forma_de_pago`
-INSERT INTO `forma_de_pago` (`id_formapago`, `Descripcion_formapago`) VALUES
(1, 'EFECTIVO'),
(2, 'BONO'),
(3, 'TARJETA DE CREDITO'),
(4, 'CHEQUE');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `proveedor`
-CREATE TABLE IF NOT EXISTS `proveedor` (
`No_documento` varchar(20) NOT NULL,
`cod_tipo_documento` int(11) NOT NULL,
`Nombre` varchar(20) NOT NULL,
`Apellido` varchar(20) NOT NULL,
`Nombre_comercial` varchar(20) NOT NULL,
`direccion` varchar(20) DEFAULT NULL,
`cod_ciudad` int(11) NOT NULL,
`Telefono` varchar(15) DEFAULT NULL,
PRIMARY KEY (`No_documento`),
KEY `ref_prov_ciudad_idx` (`cod_ciudad`),
KEY `proveedor_ibfk_1` (`cod_tipo_documento`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `proveedor`
-INSERT INTO `proveedor` (`No_documento`, `cod_tipo_documento`, `Nombre`, `Apelli
do`, `Nombre_comercial`, `direccion`, `cod_ciudad`, `Telefono`) VALUES
('00001-1', 4, 'Carlos', 'Maya', 'Estilos', 'Calle 12-12', 1, NULL),
('00002-2', 4, 'Marino', 'Burbano', 'Sports', 'Centro', 2, NULL),
('00003-A', 7, 'Paola', 'Sanchez', 'Fashion', 'Veraneras', 3, NULL),
('00004-4', 4, 'Camilo', 'Muoz', 'Jeans&Jackets', 'Centro', 2, NULL),
('00005-F', 7, 'Marlon', 'Brandom', 'Bellas', 'Calle 34 B 12', 1, NULL),
('00006-6', 1, 'Carlos', 'sanchez diaz', 'jeans&&jeans', 'calle 45 N 23-23', 1,
'8213423'),
('2222', 1, 'cccc', 'ddfff', 'ffff', 'dddd', 1, '56566'),
('43434', 7, 'fdsfdsfdsfds', 'fdsfsfds', 'fsdfdsfds', 'fsdfdsfds', 1, '543534543
');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `tipo_articulo`
-CREATE TABLE IF NOT EXISTS `tipo_articulo` (

`id_tipoarticulo` int(11) NOT NULL AUTO_INCREMENT,


`descripcion_articulo` varchar(30) NOT NULL,
PRIMARY KEY (`id_tipoarticulo`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=25 ;
--- Volcar la base de datos para la tabla `tipo_articulo`
-INSERT INTO `tipo_articulo` (`id_tipoarticulo`, `descripcion_articulo`) VALUES
(19, 'ZAPATO FORMAL'),
(20, 'ZAPATO DEPORTIVO'),
(21, 'ZAPATO INFORMAL '),
(22, 'PRENDA FORMAL'),
(23, 'PRENDA DEPORTIVA'),
(24, 'PRENDA INFORMAL');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `tipo_de_documento`
-CREATE TABLE IF NOT EXISTS `tipo_de_documento` (
`id_tipo_documento` int(11) NOT NULL AUTO_INCREMENT,
`Descripcion` varchar(10) NOT NULL,
PRIMARY KEY (`id_tipo_documento`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
--- Volcar la base de datos para la tabla `tipo_de_documento`
-INSERT INTO `tipo_de_documento` (`id_tipo_documento`, `Descripcion`) VALUES
(1, 'CC'),
(2, 'TI'),
(3, 'RC'),
(4, 'NIT'),
(5, 'PASAPORTE'),
(6, 'CE'),
(7, 'RUT');
--- Filtros para las tablas descargadas (dump)
---- Filtros para la tabla `articulo`
-ALTER TABLE `articulo`
ADD CONSTRAINT `ref_prov_art` FOREIGN KEY (`cod_proveedor`) REFERENCES `provee
dor` (`No_documento`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `ref_tipo_articulo` FOREIGN KEY (`cod_tipo_articulo`) REFERENCE
S `tipo_articulo` (`id_tipoarticulo`) ON DELETE CASCADE ON UPDATE CASCADE;
--- Filtros para la tabla `cliente`
-ALTER TABLE `cliente`
ADD CONSTRAINT `ref_ciudad` FOREIGN KEY (`cod_ciudad`) REFERENCES `ciudad` (`C

odigo_ciudad`) ON DELETE CASCADE ON UPDATE CASCADE,


ADD CONSTRAINT `ref_tipo_doc` FOREIGN KEY (`cod_tipo_documento`) REFERENCES `t
ipo_de_documento` (`id_tipo_documento`) ON DELETE CASCADE ON UPDATE CASCADE;
--- Filtros para la tabla `detalle_factura`
-ALTER TABLE `detalle_factura`
ADD CONSTRAINT `ref_ar_fact` FOREIGN KEY (`cod_articulo`) REFERENCES `articulo
` (`id_articulo`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `ref_facturacion` FOREIGN KEY (`cod_factura`) REFERENCES `factu
ra` (`Nnm_factura`) ON DELETE CASCADE ON UPDATE CASCADE;
--- Filtros para la tabla `devolucion`
-ALTER TABLE `devolucion`
ADD CONSTRAINT `ref_detallefactu` FOREIGN KEY (`cod_detallefactura`) REFERENCE
S `detalle_factura` (`cod_factura`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `ref_deta_art` FOREIGN KEY (`cod_detallearticulo`) REFERENCES `
detalle_factura` (`cod_articulo`) ON DELETE CASCADE ON UPDATE CASCADE;
--- Filtros para la tabla `factura`
-ALTER TABLE `factura`
ADD CONSTRAINT `ref_cli` FOREIGN KEY (`cod_cliente`) REFERENCES `cliente` (`Do
cumento`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `ref_formapago` FOREIGN KEY (`cod_formapago`) REFERENCES `forma
_de_pago` (`id_formapago`) ON DELETE CASCADE ON UPDATE CASCADE;
--- Filtros para la tabla `proveedor`
-ALTER TABLE `proveedor`
ADD CONSTRAINT `proveedor_ibfk_1` FOREIGN KEY (`cod_tipo_documento`) REFERENCE
S `tipo_de_documento` (`id_tipo_documento`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `ref_prov_ciudad` FOREIGN KEY (`cod_ciudad`) REFERENCES `ciudad
` (`Codigo_ciudad`) ON DELETE NO ACTION ON UPDATE NO ACTION;

Вам также может понравиться

  • Codigo Mysql Gym
    Codigo Mysql Gym
    Документ10 страниц
    Codigo Mysql Gym
    Armando Valencia
    100% (1)
  • Bdinventario
    Bdinventario
    Документ8 страниц
    Bdinventario
    Giovanni Nicolas
    Оценок пока нет
  • Script BD
    Script BD
    Документ2 страницы
    Script BD
    Jorge Cortés Álvarez
    50% (2)
  • Pia BDLPPWD 206582 JGRD
    Pia BDLPPWD 206582 JGRD
    Документ23 страницы
    Pia BDLPPWD 206582 JGRD
    Jose Rangel
    Оценок пока нет
  • DB
    DB
    Документ4 страницы
    DB
    lopezmego
    Оценок пока нет
  • Base
    Base
    Документ4 страницы
    Base
    Vaac A Ac
    Оценок пока нет
  • BaseDatosEmpresaSQL
    BaseDatosEmpresaSQL
    Документ10 страниц
    BaseDatosEmpresaSQL
    Łésťèŕ Jø V. Ćòçhä
    Оценок пока нет
  • Script
    Script
    Документ11 страниц
    Script
    Jaffet Gtz
    Оценок пока нет
  • Odontologia
    Odontologia
    Документ3 страницы
    Odontologia
    Andres Puello
    Оценок пока нет
  • Victor Marquez Base de Datos
    Victor Marquez Base de Datos
    Документ32 страницы
    Victor Marquez Base de Datos
    victor marquez
    Оценок пока нет
  • Script Base de Datos
    Script Base de Datos
    Документ4 страницы
    Script Base de Datos
    LUIS
    Оценок пока нет
  • Diagrama MER, Diagrama Relacional, Archivo SQL
    Diagrama MER, Diagrama Relacional, Archivo SQL
    Документ6 страниц
    Diagrama MER, Diagrama Relacional, Archivo SQL
    BRAYANN
    Оценок пока нет
  • CREACIONnDEnLAnBDnn1n 526215a4a0a7c91
    CREACIONnDEnLAnBDnn1n 526215a4a0a7c91
    Документ5 страниц
    CREACIONnDEnLAnBDnn1n 526215a4a0a7c91
    jhonatan
    Оценок пока нет
  • Create Database Proyecto - Turismo
    Create Database Proyecto - Turismo
    Документ3 страницы
    Create Database Proyecto - Turismo
    Jhonatan Janampa Paredes
    Оценок пока нет
  • Examen SQL
    Examen SQL
    Документ3 страницы
    Examen SQL
    Alexander Hernandez Navarro
    Оценок пока нет
  • Srs
    Srs
    Документ17 страниц
    Srs
    eymer1235
    Оценок пока нет
  • SQL Consultas Lenguaje Estructurado
    SQL Consultas Lenguaje Estructurado
    Документ18 страниц
    SQL Consultas Lenguaje Estructurado
    César Trujillo
    50% (2)
  • Fichero
    Fichero
    Документ4 страницы
    Fichero
    Gonzalo Martinez Silverio
    Оценок пока нет
  • AP06 AA7 EV02 Lenguaje Estructurado de Consultas SQL-1
    AP06 AA7 EV02 Lenguaje Estructurado de Consultas SQL-1
    Документ18 страниц
    AP06 AA7 EV02 Lenguaje Estructurado de Consultas SQL-1
    mafe Bolivar
    Оценок пока нет
  • Ut 8 Act 1
    Ut 8 Act 1
    Документ10 страниц
    Ut 8 Act 1
    Juan Blas Martin
    0% (1)
  • Crea tablas BD tiendita
    Crea tablas BD tiendita
    Документ2 страницы
    Crea tablas BD tiendita
    Jose Rodriguez
    Оценок пока нет
  • Script BD Cine
    Script BD Cine
    Документ3 страницы
    Script BD Cine
    LuisGarciaNeira
    Оценок пока нет
  • Actividad 2 DDD
    Actividad 2 DDD
    Документ8 страниц
    Actividad 2 DDD
    GustavoLadino
    Оценок пока нет
  • Tienda Musical Examen
    Tienda Musical Examen
    Документ16 страниц
    Tienda Musical Examen
    Oscar Cauich
    Оценок пока нет
  • Manual Basedatos
    Manual Basedatos
    Документ13 страниц
    Manual Basedatos
    Johnny Quispe Flores
    Оценок пока нет
  • AP06 - AA7 - EV02 Entregable Lenguaje Estracturado SQL
    AP06 - AA7 - EV02 Entregable Lenguaje Estracturado SQL
    Документ7 страниц
    AP06 - AA7 - EV02 Entregable Lenguaje Estracturado SQL
    Andres Felipe Murillo Castañeda
    Оценок пока нет
  • Act 6 Base de Datos
    Act 6 Base de Datos
    Документ6 страниц
    Act 6 Base de Datos
    NATALIA CALDERA CAMPOS
    Оценок пока нет
  • Juegos 2
    Juegos 2
    Документ2 страницы
    Juegos 2
    paula quiroga
    Оценок пока нет
  • Facturación
    Facturación
    Документ4 страницы
    Facturación
    Freddy Plata Antequera
    Оценок пока нет
  • Fuentes
    Fuentes
    Документ32 страницы
    Fuentes
    juan carlos anthony dioses guerrero
    Оценок пока нет
  • SQL crear tablas y bases de datos sistema reservas
    SQL crear tablas y bases de datos sistema reservas
    Документ25 страниц
    SQL crear tablas y bases de datos sistema reservas
    Leo López Veintemilla
    Оценок пока нет
  • Yakk
    Yakk
    Документ5 страниц
    Yakk
    Koki As
    Оценок пока нет
  • BD Biblioteca
    BD Biblioteca
    Документ9 страниц
    BD Biblioteca
    edwolf84
    Оценок пока нет
  • Script Facturacion
    Script Facturacion
    Документ8 страниц
    Script Facturacion
    Sebastian Mancera
    Оценок пока нет
  • Paso A Paso de Crear Una Base de Datos
    Paso A Paso de Crear Una Base de Datos
    Документ9 страниц
    Paso A Paso de Crear Una Base de Datos
    Medaly Gamarra B
    Оценок пока нет
  • MySQL Workbench Forward Engineering BD_COOPERATIVAS Database
    MySQL Workbench Forward Engineering BD_COOPERATIVAS Database
    Документ22 страницы
    MySQL Workbench Forward Engineering BD_COOPERATIVAS Database
    alba
    Оценок пока нет
  • Pract Sem9 Mierc
    Pract Sem9 Mierc
    Документ15 страниц
    Pract Sem9 Mierc
    XD XD
    Оценок пока нет
  • bd-veterinaria-tablas-relaciones
    bd-veterinaria-tablas-relaciones
    Документ9 страниц
    bd-veterinaria-tablas-relaciones
    Mio Akiyama
    Оценок пока нет
  • Creacion de Tabla Cliente
    Creacion de Tabla Cliente
    Документ3 страницы
    Creacion de Tabla Cliente
    Juan Carlos Yañez Cepeda
    Оценок пока нет
  • Cuaderno de SQL
    Cuaderno de SQL
    Документ29 страниц
    Cuaderno de SQL
    karen palma luna
    Оценок пока нет
  • Control Semana 6 ABD
    Control Semana 6 ABD
    Документ17 страниц
    Control Semana 6 ABD
    FRANCO Sierra
    Оценок пока нет
  • Base de Datos (BD - Ventas) - 1
    Base de Datos (BD - Ventas) - 1
    Документ14 страниц
    Base de Datos (BD - Ventas) - 1
    tavo_3_89
    Оценок пока нет
  • EMPRESA
    EMPRESA
    Документ7 страниц
    EMPRESA
    20233tn200
    Оценок пока нет
  • Cbase 2 Guia 6.5
    Cbase 2 Guia 6.5
    Документ9 страниц
    Cbase 2 Guia 6.5
    Narcisa Araujo
    Оценок пока нет
  • Semana 02
    Semana 02
    Документ6 страниц
    Semana 02
    01-IS-HU-MOISES OSCCO HUAROCC
    Оценок пока нет
  • Teoria de Bases de Datos Mysql
    Teoria de Bases de Datos Mysql
    Документ28 страниц
    Teoria de Bases de Datos Mysql
    M Fernandhoo DM
    Оценок пока нет
  • Base Datos Libreria - SQL
    Base Datos Libreria - SQL
    Документ14 страниц
    Base Datos Libreria - SQL
    ismaelgarciatejada725
    Оценок пока нет
  • Solucion Laboratorio LenguajeTransaccional
    Solucion Laboratorio LenguajeTransaccional
    Документ9 страниц
    Solucion Laboratorio LenguajeTransaccional
    jhon
    Оценок пока нет
  • Bases de datos SQL
    Bases de datos SQL
    Документ11 страниц
    Bases de datos SQL
    Andres Galindo
    Оценок пока нет
  • Persistencia y Datos Transaccionales
    Persistencia y Datos Transaccionales
    Документ17 страниц
    Persistencia y Datos Transaccionales
    Ricardo Pacheco
    Оценок пока нет
  • Pacalandia, Con Relacion e Inserts Copia de Seguridad
    Pacalandia, Con Relacion e Inserts Copia de Seguridad
    Документ15 страниц
    Pacalandia, Con Relacion e Inserts Copia de Seguridad
    Nolberto Montufar
    Оценок пока нет
  • Ferreteria
    Ferreteria
    Документ3 страницы
    Ferreteria
    Alberto Granados
    Оценок пока нет
  • Producto Final
    Producto Final
    Документ32 страницы
    Producto Final
    Andrés Felipe Franco Zapata
    Оценок пока нет
  • Alejandro-Evidencia GA6-220501096-AA2-EV02
    Alejandro-Evidencia GA6-220501096-AA2-EV02
    Документ9 страниц
    Alejandro-Evidencia GA6-220501096-AA2-EV02
    alejandrortiz30
    Оценок пока нет
  • Mostrar El Contenido de Una Tabla MySQL en HTML
    Mostrar El Contenido de Una Tabla MySQL en HTML
    Документ6 страниц
    Mostrar El Contenido de Una Tabla MySQL en HTML
    Will Carvajal
    Оценок пока нет
  • Repaso para Base de Datos 2
    Repaso para Base de Datos 2
    Документ9 страниц
    Repaso para Base de Datos 2
    Jose Agustin Torres Baez
    Оценок пока нет
  • Bases de datos MySQL
    Bases de datos MySQL
    Документ6 страниц
    Bases de datos MySQL
    Jose Junior
    Оценок пока нет
  • Métodos Matriciales para ingenieros con MATLAB
    Métodos Matriciales para ingenieros con MATLAB
    От Everand
    Métodos Matriciales para ingenieros con MATLAB
    Рейтинг: 5 из 5 звезд
    5/5 (1)
  • Administración básica de bases de datos con ORACLE 12c SQL: Prácticas y ejercicios
    Administración básica de bases de datos con ORACLE 12c SQL: Prácticas y ejercicios
    От Everand
    Administración básica de bases de datos con ORACLE 12c SQL: Prácticas y ejercicios
    Оценок пока нет
  • Presentación 1
    Presentación 1
    Документ2 страницы
    Presentación 1
    Ransney Cabrera
    Оценок пока нет
  • La Bandera
    La Bandera
    Документ1 страница
    La Bandera
    Ransney Cabrera
    Оценок пока нет
  • DerechosNiñosDebate
    DerechosNiñosDebate
    Документ118 страниц
    DerechosNiñosDebate
    Ransney Cabrera
    100% (1)
  • Paquetes de Eficiencia para La Salud
    Paquetes de Eficiencia para La Salud
    Документ2 страницы
    Paquetes de Eficiencia para La Salud
    Ransney Cabrera
    Оценок пока нет
  • Carpeta Pedag - Margot 2019
    Carpeta Pedag - Margot 2019
    Документ44 страницы
    Carpeta Pedag - Margot 2019
    Ransney Cabrera
    Оценок пока нет
  • U2 4to Mat S1
    U2 4to Mat S1
    Документ9 страниц
    U2 4to Mat S1
    Mult Imprinting Tony
    Оценок пока нет
  • Derechos y matemática
    Derechos y matemática
    Документ9 страниц
    Derechos y matemática
    Estela Cervantes Carrión
    Оценок пока нет
  • Balota Comunicacion 5to y 6to
    Balota Comunicacion 5to y 6to
    Документ1 страница
    Balota Comunicacion 5to y 6to
    Ransney Cabrera
    Оценок пока нет
  • Capitulo II
    Capitulo II
    Документ3 страницы
    Capitulo II
    Ransney Cabrera
    Оценок пока нет
  • Economia
    Economia
    Документ4 страницы
    Economia
    Ransney Cabrera
    Оценок пока нет
  • Horario de Raccionamiento Electrico
    Horario de Raccionamiento Electrico
    Документ1 страница
    Horario de Raccionamiento Electrico
    Ransney Cabrera
    Оценок пока нет
  • Presentacion Futuro Simple
    Presentacion Futuro Simple
    Документ11 страниц
    Presentacion Futuro Simple
    Ransney Cabrera
    Оценок пока нет
  • Cocina S
    Cocina S
    Документ4 страницы
    Cocina S
    Ransney Cabrera
    Оценок пока нет
  • ActaEleccionesCC
    ActaEleccionesCC
    Документ3 страницы
    ActaEleccionesCC
    Ransney Cabrera
    Оценок пока нет
  • Capitulo I SISTEMA SIGLES VOZ
    Capitulo I SISTEMA SIGLES VOZ
    Документ6 страниц
    Capitulo I SISTEMA SIGLES VOZ
    Ransney Cabrera
    Оценок пока нет
  • Resumen
    Resumen
    Документ1 страница
    Resumen
    Ransney Cabrera
    Оценок пока нет
  • Manual DE USUARIO
    Manual DE USUARIO
    Документ25 страниц
    Manual DE USUARIO
    Ransney Cabrera
    Оценок пока нет
  • Recetas Cocina Italiana Web PDF
    Recetas Cocina Italiana Web PDF
    Документ45 страниц
    Recetas Cocina Italiana Web PDF
    Manuel Marchena Cisneros
    Оценок пока нет
  • Conclusiones y Recomendaciones
    Conclusiones y Recomendaciones
    Документ2 страницы
    Conclusiones y Recomendaciones
    Ransney Cabrera
    Оценок пока нет
  • Plan Ill As Investigacion 2
    Plan Ill As Investigacion 2
    Документ4 страницы
    Plan Ill As Investigacion 2
    Ransney Cabrera
    Оценок пока нет
  • Caso Bolivar1
    Caso Bolivar1
    Документ20 страниц
    Caso Bolivar1
    Ransney Cabrera
    Оценок пока нет
  • Org Corp CSPS
    Org Corp CSPS
    Документ1 страница
    Org Corp CSPS
    Ransney Cabrera
    Оценок пока нет
  • Autorización para El Habilitado
    Autorización para El Habilitado
    Документ1 страница
    Autorización para El Habilitado
    Ransney Cabrera
    Оценок пока нет
  • Capitulo I SISTEMA SIGLES VOZ
    Capitulo I SISTEMA SIGLES VOZ
    Документ6 страниц
    Capitulo I SISTEMA SIGLES VOZ
    Ransney Cabrera
    Оценок пока нет
  • Ante Luis
    Ante Luis
    Документ5 страниц
    Ante Luis
    Ransney Cabrera
    Оценок пока нет
  • Como Hacer Una Buena Presentación
    Como Hacer Una Buena Presentación
    Документ29 страниц
    Como Hacer Una Buena Presentación
    Gabriel Torres de Luna
    Оценок пока нет
  • Proyecto de Investigacion
    Proyecto de Investigacion
    Документ2 страницы
    Proyecto de Investigacion
    Ransney Cabrera
    Оценок пока нет
  • Resistencia Indigena
    Resistencia Indigena
    Документ5 страниц
    Resistencia Indigena
    Ransney Cabrera
    Оценок пока нет
  • Visual Basic
    Visual Basic
    Документ71 страница
    Visual Basic
    Jose Añazco
    Оценок пока нет
  • Motivacinenelaprendizaje 091108195306 Phpapp01
    Motivacinenelaprendizaje 091108195306 Phpapp01
    Документ22 страницы
    Motivacinenelaprendizaje 091108195306 Phpapp01
    juanone123
    Оценок пока нет