IF CREATE TABLE Record identifier text, zoneIdentifier text, containerldentifier text, containerScope integer, containerEnvironment integer, etag text, expirationTime integer not null, recordData blob, knownUserKeys blob ) I CREATE INDEX RecordlDlndex on Record (identifier, containerldentifier, containerScope, containerEn vironment) I CREATE INDEX RecordExpirationTimelndex on Record (expirationTime) identifier,zoneIdentifier,containerIdentifier,containerScope,containerEnvironment,etag,expirationTim e, recordData, knownUserKeys EFTA01116197
