# phpMyAdmin SQL Dump # version 2.5.6 # http://www.phpmyadmin.net # # Host: localhost # Generato il: 07 Lug, 2004 at 06:30 PM # Versione MySQL: 3.23.58 # Versione PHP: 4.3.4 # # Database : `pubs` # # -------------------------------------------------------- # # Struttura della tabella `pub` # CREATE TABLE pub ( id int(11) NOT NULL auto_increment, nome varchar(100) NOT NULL default '', cognome varchar(100) NOT NULL default '', indirizzo varchar(100) NOT NULL default '', cap varchar(100) NOT NULL default '', localita varchar(100) NOT NULL default '', data_nascita varchar(100) NOT NULL default '', data_registrazione varchar(100) NOT NULL default '', PRIMARY KEY (id) ) TYPE=MyISAM AUTO_INCREMENT=7 ; # # Dump dei dati per la tabella `pub` # INSERT INTO pub (id, nome, cognome, indirizzo, cap, localita, data_nascita, data_registrazione) VALUES (6, 'Marco', 'Verna', 'V. Tuscolana 6', '00100', 'Roma', '1979-10-30', '2004-07-07'); INSERT INTO pub (id, nome, cognome, indirizzo, cap, localita, data_nascita, data_registrazione) VALUES (5, 'Andrea', 'Gentili', 'V. Michele Amari 39', '00179', 'Roma', '1980-01-16', '2004-07-07');