ManagingDatabases
InsertingData
Having created a database and the accompanying
tables and indexes, the next step is to insertdata.
Inserting a row of data into a table can follow two
differentapproaches.
»Firstapproach:
»INSERT INTOcustomer
»VALUES (NULL,'Marzalla','Dimitria','F','Mrs',
»'171 Titshall Cl','','','StAlbans','WA',
»'7608','Australia','(618)63576028','',
»'
[email protected]','1969-11-08',35000);
19