0% found this document useful (0 votes)
24 views6 pages

Tables For 2nd Review

The document describes the structure of 6 database tables with their column names, data types, and descriptions. Table 1 stores query information. Table 2 describes how tables are related. Table 3 stores user registration details. Table 4 stores user login and logout times. Table 5 stores user queries. Table 6 stores user query profiles.

Uploaded by

srahmath
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views6 pages

Tables For 2nd Review

The document describes the structure of 6 database tables with their column names, data types, and descriptions. Table 1 stores query information. Table 2 describes how tables are related. Table 3 stores user registration details. Table 4 stores user login and logout times. Table 5 stores user queries. Table 6 stores user query profiles.

Uploaded by

srahmath
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 6

COLUMN NAME DATA TYPE DESCRIPTION

id bigint ID

query varchar(MAX) QUERY

tblname varchar(MAX) TABLE NAME

Table 1:Queries
COLUMN NAME DATA TYPE DESCRIPTION

id bigint ID

url varchar(MAX) URL

title varchar(MAX) TITLE

detail varchar(MAX) DETAILS

concept varchar(MAX) CONCEPT

overallrank varchar(MAX) OVER ALL RANK

Table 2:Design of all tables(Queries->tblname)


COLUMN NAME DATA TYPE DESCRIPTION

id bigint ID

name varchar(MAX) NAME

email varchar(20) E-MAIL

pwd varchar(15) PASSWORD

Table 3:Register
COLUMN NAME DATA TYPE DESCRIPTION

id bigint ID

userid bigint USER ID

logdate date/time LOG DATE

logintime varchar(10) LOG IN TIME

logouttime varchar(10) LOG OUT TIME

Table 4:Loginout Details


COLUMN NAME DATA TYPE DESCRIPTION

id bigint ID

userid bigint USERID

loginid bigint LOGINID

query varchar(MAX) QUERY

url varchar(MAX) URL

rank varchar(100) RANK

Table 5:User Queries


COLUMN NAME DATA TYPE DESCRIPTION

id bigint ID

userid bigint USERID

logid bigint LOGID

date Date/time DATE

query varchar(MAX) QUERY

concept varchar(MAX) CONCEPT

Table 6: User Query profiles

You might also like