CHP 11 - Advanced Queries
CHP 11 - Advanced Queries
2) Select SQL
View
You can now edit the query with
SQL
value for each user one by one manually. Therefore we can create an update
You will find the lower part of the query will become like this
Go to the User table and you can see the quota for each user has increased by
10.
11.3 Creating Delete Queries
We want to delete any user account whose Penalty has reached more than
$100.
Design View..
Click .
You can open the User table and you can see user with Penalty larger than 100
is deleted.
11.4 Creating
Additional/Calculated Fields
the table.
MultiMediaPenalty.
Total Penalty:
[BookPenalty]+[MultiMediaPenalty]
Total Penalty: [BookPenalty]+[MultiMediaPenalty]