from the book myrecord = db.mytable[id] del db.mytable[id]
db.mytable - is the table name db(db.mytable).select() - is a result set
from the book myrecord = db.mytable[id] del db.mytable[id]
db.mytable - is the table name db(db.mytable).select() - is a result set