Database Design Document - Template2003
Database Design Document - Template2003
ABSTRACT
This document is intended to be the DBD for developing <H and P integration system>
PROPRIETARY INFORMATION: The information contained in this document is the property of <The
Horse Group>. Except as specifically authorized in writing by <The Horse Group>, the holder of
this document shall keep all information contained here in confidential and shall protect same in whole or
in part from disclosure and dissemination to all third parties.
<H and P> - DBD Version 1.2
REVISION HISTORY
0.02 Draft
June 30, 2010
<group name> 2
<H and P> - DBD Version 1.2
TABLE OF CONTENTS
1 INTRODUCTION 5
1.1 PURPOSE 5
1.2 SCOPE 5
1.3 INTENDED AUDIENCE 5
1.4 REFERENCE 5
2 DATABASE SCHEMA 6
3 TABLE STRUCTURE 7
3.1 Artists 7
3.2 Configurations 7
3.3 Devices7
3.4 Genre 8
3.5 ManagerAccounts 8
3.6 PlayedLogs 8
3.7 SimulationCard 8
3.8 Song 9
3.9 UserAccount 10
<group name> 3
<H and P> - DBD Version 1.2
LIST OF TABLES
1 Artists Error: Reference source not found
2 Configurations Error: Reference source not found
3 DevicesError: Reference source not found
4 Genre Error: Reference source not found
5 ManagerAccounts Error: Reference source not found
6 PlayedLogs Error: Reference source not found
7 SimulationCard Error: Reference source not found
8 Song Error: Reference source not found
9 UserAccount Error: Reference source not found
<group name> 4
<H and P> - DBD Version 1.2
1 INTRODUCTION
1.1 PURPOSE
This document describes the design of the <project name/system name> database.
Based on this document, team should develop <project name/system name>
application which accesses to the efficient database with sufficient data structure.
1.2 SCOPE
This document just describes the DB Schema & Detail attributes of tables. It
doesn’t describe in detail the trigger or store procedure developed within this
schema.
Table1 Readers
1.4 REFERENCE
SEGV 2010 Project Description Presentation
<group name> 5
<H and P> - DBD Version 1.2
2 DATABASE SCHEMA
<group name> 6
<H and P> - DBD Version 1.2
3 TABLE STRUCTURE
3.1 Tablename 1
Allow
Field Name Description Field Type Key
Nulls
3.2 Tablename 2
Allow
Field Name Description Field Type Key
Nulls
<group name> 7