home *** CD-ROM | disk | FTP | other *** search
- begin transaction
- update titles
- set advance = $5000
- where title = 'Secrets of Silicon Valley'
- waitfor delay '00:00:20'
- update stores
- set stor_address = '221 Chapman Blvd, Suite A'
- where stor_address = '221 Chapman Blvd'
- commit transaction
-