![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am interested in collecting code to create database tables for standard commercial information such as employeee tables, customer tables, transaction tables, and related queries. |
#3
| |||
| |||
|
|
I am interested in collecting code to create database tables for standard commercial information such as employeee tables, customer tables, transaction tables, and related queries. Thanks. |
#4
| |||
| |||
|
|
"Reporter" <TruckSafety (AT) gmail (DOT) com> wrote in message news:1183328589.313427.77510 (AT) x35g2000prf (DOT) googlegroups.com... I am interested in collecting code to create database tables for standard commercial information such as employeee tables, customer tables, transaction tables, and related queries. You'd be wasting your time. Creating a table is a trivial task that takes a few minutes. Understanding your business processes well enough to design a table that represents all (and only) the kinds of statements you can make about your business is the hard part. And you would have to do that whether you intend making the slight effort to define the table yourself, or you expect just to verify that some "standard" design is indeed a correct fit for your business. I don't disagree with anything in the above paragraph except the first |
#5
| |||
| |||
|
|
"Roy Hann" <specially (AT) processed (DOT) almost.meat> wrote: "Reporter" <TruckSafety (AT) gmail (DOT) com> wrote in message news:1183328589.313427.77510 (AT) x35g2000prf (DOT) googlegroups.com... I am interested in collecting code to create database tables for standard commercial information such as employeee tables, customer tables, transaction tables, and related queries. You'd be wasting your time. Creating a table is a trivial task that takes a few minutes. Understanding your business processes well enough to design a table that represents all (and only) the kinds of statements you can make about your business is the hard part. And you would have to do that whether you intend making the slight effort to define the table yourself, or you expect just to verify that some "standard" design is indeed a correct fit for your business. I don't disagree with anything in the above paragraph except the first sentence. Having a list of all the fields that might appear in a table could prompt someone into asking the right questions in the analysis phase. |
#6
| |||
| |||
|
|
"David Segall" <david (AT) address (DOT) invalid> wrote in message news 9nh8395fp280t2i7iivlh6gkpt50ch829 (AT) 4ax (DOT) com..."Roy Hann" <specially (AT) processed (DOT) almost.meat> wrote: "Reporter" <TruckSafety (AT) gmail (DOT) com> wrote in message news:1183328589.313427.77510 (AT) x35g2000prf (DOT) googlegroups.com... I am interested in collecting code to create database tables for standard commercial information such as employeee tables, customer tables, transaction tables, and related queries. You'd be wasting your time. Creating a table is a trivial task that takes a few minutes. Understanding your business processes well enough to design a table that represents all (and only) the kinds of statements you can make about your business is the hard part. And you would have to do that whether you intend making the slight effort to define the table yourself, or you expect just to verify that some "standard" design is indeed a correct fit for your business. I don't disagree with anything in the above paragraph except the first sentence. Having a list of all the fields that might appear in a table could prompt someone into asking the right questions in the analysis phase. I don't disagree particularly with you either, but perhaps a just list of suggested attributes to consider would be much better for that purpose. A table creation script would probably obscure any useful information with (inevitably) cryptic column names and premature suggestions of data types. (Not to mention equally premature suggestions of various kinds of constraints.) Roy Back when I was doing this kind of work, I generally started with data |
#7
| |||
| |||
|
|
I am interested in collecting code to create database tables for standard commercial information such as employeee tables, customer tables, transaction tables, and related queries. Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |