Skip to Content
Active Server Pages 3.0 from Scratch
book

Active Server Pages 3.0 from Scratch

by Nicholas Chase
December 1999
Beginner
416 pages
9h 41m
English
Que
Content preview from Active Server Pages 3.0 from Scratch

SQL Basics: Insert

One nice thing about SQL is that it is a standard, so while each database has its own dialect that makes it unique, almost any database can understand the basic commands. Another nice thing about it is that if you look at it like a sentence, it almost makes sense. Over the course of this project you look at the four basic SQL statements: insert, update, delete, and select. But for now just look at insert. The most common form of insert statement is as follows:

insert into table_name (column_names) values (data_values)

Most databases enable you to leave out the column names under certain circumstances, but you're asking for trouble later if you do. So to insert the URL and the current date into the ad_loc table, use the following ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

ASP.NET 2.0 Unleashed

ASP.NET 2.0 Unleashed

Stephen Walther
ASP.NET 2.0 Illustrated

ASP.NET 2.0 Illustrated

Alex Homer, Dave Sussman
ASP.NET 4 Unleashed

ASP.NET 4 Unleashed

Stephen Walther, Kevin Hoffman, Nate Dudek

Publisher Resources

ISBN: 0789722615Purchase book