I want to create an application that allows keeping track of items and associated fields. For example, I may want to keep track of how much coffee I have drunk, and so I would create a coffee entry, a
In any social network, you can follow a person, a post or anything, everything you followed will be displayed in your wall, now I wanna implement the same feature in asp.net mvc, but I have problem on
I need advice from you guys. I want to develop a database, which will store about 20 items and there are 5 seasons. E开发者_如何学运维ach season is about 2-5 weeks long. To each season corresponds par
I have a problem where I am stuck :(. I have to build a relationship of a relationship( strange !). For example, I have a relation whereone entity A can have many B (OneToMany)
I\'m actually worried about designing the perfect tables to handle transactions and commissions. especially that we really don\'t want tables 开发者_如何学JAVAto be out of sync in any case.
How do you call a table that just contains a static list of ids and static values, whose purpose is to be referenced by other tables?
I am working on an Access DB.The data source for this DB is Excel 开发者_如何学运维spreadsheets.I need to add functionality that will allow a user to clean the raw Excel data by running a VBA function
I\'m developing a software system which receives information (which is saved to a database) and when any information is received (new insert in a specific table) an alert should be seen in the screen
When should a new Database be created rather than new tables in an existing Database? 开发者_开发问答For example, if I have a site and I want to add a forum to it, should I add the forum tables to th
So I am developing this request management system web app in ASP.ne开发者_Python百科t, C#, SQL server and am currently designing the database. My question is that, I want a request to have multiple co