This file contains hidden or 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
CREATE DATABASE TP2; | |
CREATE TABLE persona | |
( | |
usuario_id SERIAL PRIMARY KEY, | |
apellido VARCHAR2(50), | |
nombre VARCHAR2(50), | |
usuario VARCHAR2(50), | |
clave TEXT | |
); |
This file contains hidden or 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
// Sistemas Operativos y Redes 2 | |
// TCP/IP: Dumbell topology | |
// Alumnos: Nicolas Cabral, Dar�o Rick | |
// Profesor: Alexis Tcach | |
// | |
// | |
// e1 - - r1 | |
// | | | |
// e2 ------- n0 ------ n1 -------- r2 | |
// | | |