Ling Wu Gift online store--New database

Source: Internet
Author: User

I. Members of the panel:

Hongcheu (product owner)

Chen Shuyun (Master)

Ii. status of personnel tasks in the group

Third module of scheduled tasks: Analyzing and building a database

Completed tasks:

A third module of the task:

Chen Shuyun (responsible for Task 3): New product data sheet, customer data sheet

Hongcheu (Task 4): Create a new Administrator profile, order sheet, order schedule

Tasks in progress:

Schedule the next stage of the task.

Task Panel:

Third, analysis of the situation

Chen Shuyun: New product data sheet, customer data sheet

Product Information Sheet:

Customer Data Sheet:

HONGCHEU: New Administrator table, order sheet, order schedule

Administrator Information Sheet:

CREATE TABLE Mmanager (

Mname VARCHAR (PRIMARY) KEY,

MPW VARCHAR () not NULL,

Mpermitted VARCHAR (not NULL)

)

Order Data Sheet:

CREATE TABLE Ordermeg (

OID INT PRIMARY KEY,

CNAME VARCHAR (not NULL),

Receivename VARCHAR () not NULL,

Receiveadds VARCHAR () not NULL,

Receivetel VARCHAR () not NULL,

Allmoney DOUBLE not NULL,

Zhuangtai VARCHAR () DEFAULT ' not sent ',

Buytime datetime not NULL

)

Order Schedule:

CREATE TABLE Ordergoodsmeg (

OID INT not NULL PRIMARY KEY,

Goodsid INT not NULL,

Goodsname VARCHAR () not NULL,

Gprice DOUBLE not NULL,

OrderAmount INT not NULL,

Buytime datetime not NULL

)

Burndown Chart:

Ling Wu Gift online store--New database

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.