To Lecture Notes

IT130 Notes -- 5/27/09

Review Questions

  1. Write an SQL statement that will insert this row into the Persons table: name=William, gender=M, age=26. Ans:
  2. Write an SQL statement that will delete all women from the Persons table younger than 21. Ans:
  3. Write an SQL statement that will subtract 5 from the ages of everyone named Fred. Ans:

 

More about CSS

 

Accessing Data in a DataSet Object

 

Data Binding Controls

 

The Repeater Control

 

The AccessDataSource Control