Click here to Skip to main content
15,909,827 members
Home / Discussions / Database
   

Database

 
GeneralRe: Create table Pin
Christian Graus3-May-05 18:25
protectorChristian Graus3-May-05 18:25 
GeneralRe: Create table Pin
Yulianto.3-May-05 18:30
Yulianto.3-May-05 18:30 
GeneralJoined Subquery in Access 2002 Pin
Larsenal3-May-05 17:40
Larsenal3-May-05 17:40 
GeneralRe: Joined Subquery in Access 2002 Pin
zheke4-May-05 17:43
susszheke4-May-05 17:43 
GeneralRe: Joined Subquery in Access 2002 Pin
Larsenal4-May-05 18:32
Larsenal4-May-05 18:32 
Questionwhat you suggest Pin
Anonymous3-May-05 10:34
Anonymous3-May-05 10:34 
AnswerRe: what you suggest Pin
Yulianto.3-May-05 17:53
Yulianto.3-May-05 17:53 
AnswerRe: what you suggest Pin
Colin Angus Mackay3-May-05 22:40
Colin Angus Mackay3-May-05 22:40 
I think you need to look at what information that you want to store in the database. What sort of things do you want to store information about?

Here are some things to think about:
* I would guess that maybe "business" is going to be one of your tables.
* There are many types of business, so maybe your "business" table will have a type column to store types of business. And, a type table as well so you can group businesses by type - your business table would have a foreign key reference to the key of the type table.
* Businesses will have an address, so maybe you want some address columns.
* Perhaps a business has multiple addresses, so perhaps you want to create an "address" table that contains a foreign key to the "business" table instead.


However, I cannot tell you what tables or columns you need. If you want help answering that question then you will have to tell us what you want to store.


My: Blog | Photos | Next SQL Presentation
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


GeneralRe: what you suggest Pin
Anonymous4-May-05 0:09
Anonymous4-May-05 0:09 
GeneralRe: what you suggest Pin
Colin Angus Mackay4-May-05 0:18
Colin Angus Mackay4-May-05 0:18 
GeneralRe: what you suggest Pin
Anonymous4-May-05 0:10
Anonymous4-May-05 0:10 
GeneralBackup/restore a database Pin
Luis Alonso Ramos2-May-05 20:59
Luis Alonso Ramos2-May-05 20:59 
GeneralRe: Backup/restore a database Pin
Dan_P3-May-05 1:02
Dan_P3-May-05 1:02 
GeneralRe: Backup/restore a database Pin
Luis Alonso Ramos3-May-05 6:36
Luis Alonso Ramos3-May-05 6:36 
QuestionHow to restore Database Pin
eshban2842-May-05 19:45
eshban2842-May-05 19:45 
AnswerRe: How to restore Database Pin
Colin Angus Mackay2-May-05 19:55
Colin Angus Mackay2-May-05 19:55 
AnswerRe: How to restore Database Pin
Christian Graus2-May-05 19:55
protectorChristian Graus2-May-05 19:55 
GeneralGet error description (message) associated with @@Error Pin
_J_2-May-05 10:06
_J_2-May-05 10:06 
GeneralRe: Get error description (message) associated with @@Error Pin
Dan_P2-May-05 15:22
Dan_P2-May-05 15:22 
GeneralRe: Get error description (message) associated with @@Error Pin
_J_2-May-05 21:59
_J_2-May-05 21:59 
Generalpicture box binding problem Pin
Binary01102-May-05 9:36
Binary01102-May-05 9:36 
GeneralRe: picture box binding problem Pin
Dan_P2-May-05 15:45
Dan_P2-May-05 15:45 
GeneralRe: picture box binding problem Pin
Binary01102-May-05 18:18
Binary01102-May-05 18:18 
GeneralRe: picture box binding problem Pin
Michael Potter3-May-05 8:54
Michael Potter3-May-05 8:54 
GeneralRe: picture box binding problem Pin
Binary01103-May-05 15:22
Binary01103-May-05 15:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.