Database Design and Implementation, Summaries of Law

A detailed overview of a database design and implementation project, covering various aspects such as data entry forms, field validations, record validations, and sql queries. Step-by-step instructions and screenshots for creating customer, purchase, sale, stock, and supplier forms, as well as implementing field and record validations. It also demonstrates the use of sql queries to retrieve data from the database, including queries for maximum, minimum, and logical operations. The document aims to guide the reader through the process of designing and implementing a comprehensive database system, making it a valuable resource for students, developers, and professionals working in the field of database management.

Typology: Summaries

2023/2024

Uploaded on 05/08/2024

neo-54
neo-54 🇲🇲

1 / 37

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
thiha naing
[COMPANY NAME] [Company address]
DATABASE DESIGN AND
IMPLEMENTATION
[Type here] [Type here] [Type here]
[Type here] [Type here] [Type here]
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25

Partial preview of the text

Download Database Design and Implementation and more Summaries Law in PDF only on Docsity!

thiha naing [COMPANY NAME] [Company address]

DATABASE DESIGN AND

IMPLEMENTATION

[Type here] [Type here] [Type here] [Type here] [Type here] [Type here]

Contents

  • Import data..............................................................................................................................................
  • Data Entry Form..........................................................................................................................................
    • Create Customer form.............................................................................................................................
    • Purchase Form.........................................................................................................................................
    • Sale Form.................................................................................................................................................
    • Stock Form...............................................................................................................................................
    • Supplier Form..........................................................................................................................................

Insert data into Sale Table Insert data into Stock Table

Import data

Purchase Form

Input the data into purchase form

Sale Form

Input the data into sale form

Supplier Form

Input the data into supplier form

Field validation

Enter “is not Null “ function in the customer name in customer table. After using the “is not name” function. When the customer deled customer name in customer table, the system will show warning message as shown in figure.

Filed validation Enter “is not Null “function in the item name in purchase table. After using the validation rule (>1000) in purchase price, when the user enter wrong price, the system will show warning message error “check your price”.

Filed validation Enter “is not Null “function in the item name in sale table. After using the validation rule (>1000) in sale price, when the user enter wrong price, the system will show warning message error “check your price”.

Record Validation Sale Expire date must be grater tan

1.Open sale form. 2.Rightclick layout view 3.Delete item name 4.drag combo box 5.change name in combo box 6.select combo box 7.Row source-click three dots. 8.Select purchase table and double click category

  1. close and save