This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Base de datos para ejercicio sobre Álgebra relacional | |
group: Venta_de_coches | |
MARCA = { | |
cifm:number, nombre:string, ciudad:string | |
0001, Seat , Madrid | |
0002, renault, Barcelona | |
0003, citroen, Valencia |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Base de datos para la Práctica 3 de BBDD - Álgebra relacional | |
group: Practica3 | |
S = { | |
codprov:number, nomprov:string, domicilio:string, ciudad:string | |
001, Juan , "Serrano 5", Madrid | |
002, "María", "Castellana 3", Madrid | |
003, Jose, "Diagonal 10", Barcelona | |
004, Ana, "Gran Vía 8", Bilbao |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.