StudentShare
Contact Us
Sign In / Sign Up for FREE
Search
Go to advanced search...
Free

Specifications of the Database Tables - Essay Example

Cite this document
Summary
In the paper "Specifications of the Database Tables ", the field specifications for the database for Fernando’s Skate Shop are discussed. The queries are implemented on the finalized complete design of the database for Fernando’s Skate Shop is discussed. The RDBMS used is Microsoft Access 2007…
Download full paper File format: .doc, available for editing
GRAB THE BEST PAPER98.5% of users find it useful
Specifications of the Database Tables
Read Text Preview

Extract of sample "Specifications of the Database Tables"

Introduction:

This report describes the features and specifications of the fields formulated for the database tables designed for “Fernando’s Skate Shop”. This design is implemented using MS-Access 2007. The database design comprises six tables. The descriptions of the fields of tables are shown in Table 1.1 – Table 1.6

Table 1.1. The Field specifications for the CUSTOMER Table

Field Name

Type

Size

 

CustomerID

Text

5

Primary Key

LastName

Text

20

 

FirstName

Text

20

 

Address

Text

30

 

City

Text

15

 

State

Text

3

 

Zip

Text

5

 

Telephone

Text

10

Input mask attached

E-mail

Text

40

 

 

Table 1.2. The Field specifications for the SUPPLIER Table

Field Name

Type

Size

 

CustomerID

Text

5

Primary Key

LastName

Text

20

 

FirstName

Text

20

 

Address

Text

30

 

City

Text

15

 

State

Text

3

 

Zip

Text

5

 

Telephone

Text

10

Input mask attached

E-mail

Text

40

 

 

Table 1.3. The Field specifications for the PRODUCT TYPE Table

Field Name

Type

Size

 

TypeID

AutoNumber  

Long Integer

Primary Key

TypeDescription

Text

15

 

 

 

Table 1.4. The Field specifications for the PRODUCTS Table

Field Name

Type

Size

 

ProductID

Text

20

Primary Key

ProductName

Text

40

 

ProductType

Number

Long Integer

Foreign Key. Long Integer synchronizes with the data type of the Primary key of the PRODUCT TYPE table. The lookup property is used to attach this field to its master table.

Price

Number

Single

Involves decimal places.

StockUnits

Number

Long Integer

 

 

Table 1.5. The Field specifications for the DAILYORDERS Table

Field Name

Type

Size

 

OrderID

AutoNumber

Long Integer

Primary Key

DateOf Sale

Date/Time

 

 

ProductID

Text

20

Foreign Key. A combo box is attached in Lookup Property

CustomerID

Text

5

Foreign Key. The combo box is attached in Lookup Property.

Quantity

Number

Long Integer

 

ModeOfTransaction

Text

15

Like Cash, Credit Card, Debit Transfer, etc.

 

Table 1.6. The Field specifications for the PURCHASERECORDS Table

Field Name

Type

Size

 

PurchaseID

AutoNumber

Long Integer

Primary Key

ItemDescription

Text

20

 

QuantityPurchased

Number

Long Integer

 

RateperUnit

Number

Single

 

Date of Purchase

Date/Time

 

 

SupplierID

Text

5

Foreign Key. The combo box is attached to the Lookup property.

 

 

Queries:

Their explanation of the two queries introduced in the database is as follows,

Query1: Customer with Orders

This query uses 4 tables to retrieve data and produce results. It returns the sale details with Customer names, Product Names, Product Types, and Date of Sale. Figure 1.2 highlights the design of this query.

Figure 1.2. Query 1: Customer with Orders

Query2: Products with details of Sales

This query uses 3 tables to retrieve data and produce results. It returns the sales volume details with Product Names, respective Prices, the Sum of the quantity of each product sold, and the Sum of the sales amount for each product (calculated by retrieving values from two different tables). Figure 1.3 highlights the design of this query.

Figure 1.3. Query 2: Product with Details of Sales

 

The Learning Outcomes

Following are the things that are learned through this exercise,

  • Identification of possible specifications for fields. from a given scenario.
  • Maintaining constraints for foreign keys.
  • Using the lookup property
  • Understanding and Creating queries to produce useful output from the recorded data.

 

 

Read More
Cite this document
  • APA
  • MLA
  • CHICAGO
(“Skate Queries Essay Example | Topics and Well Written Essays - 500 words”, n.d.)
Skate Queries Essay Example | Topics and Well Written Essays - 500 words. Retrieved from https://studentshare.org/miscellaneous/1577557-skate-queries
(Skate Queries Essay Example | Topics and Well Written Essays - 500 Words)
Skate Queries Essay Example | Topics and Well Written Essays - 500 Words. https://studentshare.org/miscellaneous/1577557-skate-queries.
“Skate Queries Essay Example | Topics and Well Written Essays - 500 Words”, n.d. https://studentshare.org/miscellaneous/1577557-skate-queries.
  • Cited: 0 times

CHECK THESE SAMPLES OF Specifications of the Database Tables

Database Applications

The video tutorials talk about what a database is and its advantages over flat files, what is a Relational Database Management System (RDBMS) and the major database objects used in it, and how to create relational database tables.... The video ials talk about what a database is and its advantages over flat files, what is a Relational Database Management System (RDBMS) and the major database objects used in it, and how to create relational database tables.... Keys are used to link database tables, making them relational; they can either be Primary Key or a Foreign Key....
2 Pages (500 words) Research Paper

Analysis of Relational Databases

ogical Database DesignThis refers to the development of the database while defining the dependencies and relationships that may come up in the database.... These storage objects in the case of a relational database refer to the tables into which there are rows and columns/Physical Database DesignThe physical design of the database is more concerned with the structuring of the data onto the storage space together with its configuration.... More detailed specifications of the system are developed in this case....
3 Pages (750 words) Essay

Object Database Management System

This variance between the models used to represent information in the application programs and the database is sometimes referred to as an impedance variance.... The "impedance mismatch" caused as a result of having to map objects to tables and vice versa has long been accepted as an essential performance penalty.... This essay "Object database Management System" will talk about the organization of databases which use objects as the main measure tool....
8 Pages (2000 words) Essay

Object-Relational Database

Systematically, to model a real-life object, its properties/attributes and action/methods are written in the form a class/type and stored in the database.... The paper "Object-Relational database" tells us about the collection of objects.... n contrast with this advanced database system, the traditional database system like RDBMS (Relational database management system) maps the real-world models in the form of entities containing tuples/rows....
11 Pages (2750 words) Essay

How a Specification for a Field Will Be Determined

The assignment "How a Specification for a Field Will Be Determined" states that the specifications of a field are decided on the basis of its use and function in Relational Databases Management Systems (RDBMS).... Normalized tables usually do not translate into efficient physical records because normalization decomposes larger tables into smaller ones and the query generates a record based on the unique field in all related tables....
2 Pages (500 words) Assignment

Analysis of Micron Software

he system is expected to accept data input from the user, perform financial operations and then generate an output from the product and the data kept in its historical database.... The components required for this system segment into three software specifications, the software and the hardware and software....
19 Pages (4750 words) Case Study

Structured Query Language: History, and Usage

Moreover, querying data from multiple tables requires sophisticated programming that uses proprietary languages.... SQL is an open standard database language.... SQL is supported by all the major database players such as Oracle, Sybase, Microsoft SQL Server, IBM DB2, MySQL, Microsoft Access, and Lotus Approach.... SQL is used in varied environments of client-server programming, web programming, and host-based database programming....
5 Pages (1250 words) Report

Web Based Library System Management with Business Intelligence

For the performance of multiple tasks like maintaining the bibliographical database, catalogues and changes, a smart and intelligent system have become indispensable for academic libraries.... My main aim has been the designing of an intelligent database for the library which can also make the tactical decisions rather than being simply stuck to operational decisions....
45 Pages (11250 words) Research Paper
sponsored ads
We use cookies to create the best experience for you. Keep on browsing if you are OK with that, or find out how to manage cookies.
Contact Us