



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A mobile database layered out in SQL commands along with a entity relation diagram.
Typology: Assignments
1 / 7
This page cannot be seen from the preview
Don't miss anything!




"aim" NVARCHAR(50) NOT NULL, "msn" NVARCHAR(50) NOT NULL, "phone1" NVARCHAR(20) NOT NULL, "phone2" NVARCHAR(20) NOT NULL, "institution" NVARCHAR(40) NOT NULL, "department" NVARCHAR(30) NOT NULL, "address" NVARCHAR(70) NOT NULL, "city" NVARCHAR(120) NOT NULL, "country" NVARCHAR(2) NOT NULL, "lang" NVARCHAR(30) NOT NULL, "theme" NVARCHAR(50) NOT NULL, "timezone" NVARCHAR(100) NOT NULL, "firstaccess" BIGINT NOT NULL, "lastaccess" BIGINT NOT NULL, "lastlogin" BIGINT NOT NULL, "currentlogin" BIGINT NOT NULL, "lastip" NVARCHAR(45) NOT NULL, "secret" NVARCHAR(15) NOT NULL, "picture" BIGINT NOT NULL, "url" NVARCHAR(255) NOT NULL, "description" NVARCHAR(-1) NULL, "descriptionformat" SMALLINT NOT NULL, "mailformat" SMALLINT NOT NULL, "maildigest" SMALLINT NOT NULL, "maildisplay" SMALLINT NOT NULL, "htmleditor" SMALLINT NOT NULL, "autosubscribe" SMALLINT NOT NULL, "trackforums" SMALLINT NOT NULL, "timecreated" BIGINT NOT NULL, "timemodified" BIGINT NOT NULL, "trustbitmask" BIGINT NOT NULL, "imagealt" NVARCHAR(255) NULL, "screenreader" SMALLINT NOT NULL user_enrolments "id" BIGINT NOT NULL, "status" BIGINT NOT NULL,
"enrolid" BIGINT NOT NULL, "userid" BIGINT NOT NULL, "timestart" BIGINT NOT NULL, "timeend" BIGINT NOT NULL, "modifierid" BIGINT NOT NULL, "timecreated" BIGINT NOT NULL, "timemodified" BIGINT NOT NULL user_info_category "id" BIGINT NOT NULL, "name" NVARCHAR(255) NOT NULL, "sortorder" BIGINT NOT NULL user_info_data "id" BIGINT NOT NULL, "userid" BIGINT NOT NULL, "fieldid" BIGINT NOT NULL, "data" NVARCHAR(-1) NOT NULL, "dataformat" SMALLINT NOT NULL user_info_field "id" BIGINT NOT NULL, "shortname" NVARCHAR(255) NOT NULL, "name" NVARCHAR(-1) NOT NULL, "datatype" NVARCHAR(255) NOT NULL, "description" NVARCHAR(-1) NULL, "descriptionformat" SMALLINT NOT NULL, "categoryid" BIGINT NOT NULL, "sortorder" BIGINT NOT NULL, "required" SMALLINT NOT NULL, "locked" SMALLINT NOT NULL, "visible" SMALLINT NOT NULL, "forceunique" SMALLINT NOT NULL, "signup" SMALLINT NOT NULL, "defaultdata" NVARCHAR(-1) NULL, "defaultdataformat" SMALLINT NOT NULL, "param1" NVARCHAR(-1) NULL, "param2" NVARCHAR(-1) NULL, "param3" NVARCHAR(-1) NULL,