Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #25.0K
~1K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for rolandsmokit

At my place of work, we strictly use Oracle. I've been a software developer for 5 years now after graduating with my B.S. and have wrote countless applications that interface with an Oracle 9i and 10g database. I'm wondering what the difference between IBM's Informix and Oracle 10g are? What …

Member Avatar for \007
0
242
Member Avatar for keldonkor

keldonkor, I think you need to be more descriptive in what you are asking for. Hannm tried to help point you in a direction that would help you design and create the actual database for a school itself. However, I think you are asking help on how to construct a …

Member Avatar for Daave
0
102
Member Avatar for zuko9215

zuko, I agree with debasisdas. To begin with, I would strong recommend against your approach #2 for many reasons. It is simply better practice and better database design to keep your data correctly "normalized". What that means is that instead of having one enormous table with every field, you should …

Member Avatar for AdeelM
0
145
Member Avatar for m1m2m3m4m5

I think statement 3 may seem tricky because it feels like there should be more to it. But it just means it's a simple entity. I think the Sales Inventory should be an entity on its own. And for statement 4, there should be an entity named "Sales" which contains …

Member Avatar for debasisdas
0
321
Member Avatar for get2tk

get2tk, you first need to identify what tables you want to migrate from Microsoft's SQL Server to Oracle. Once you have identified these tables, create these tables on the Oracle table exactly like they are on SQL Server (on SQL server, explore the attributes and attribute type of each table, …

Member Avatar for debasisdas
0
99
Member Avatar for bl@ck_d3ath-v2

Dear Black Death Version 2. I would actually go just with MySQL. It is freely available, with lots of documentation and knowledgebase online. It is easy to install and simple to use. I'm not sure how familiar with programming you are, but I would use PHP for the front-end web …

Member Avatar for rolandsmokit
0
190
Member Avatar for DrJDS2B

I agree with debasisdas. It depends on what you want to implement. If you were implementing a very specific and limited part of a system, such as the movie timings of a theater, then an entity-relational model would be ideal. But for larger systems with many unknowns, a relational model …

Member Avatar for AdeelM
0
74

The End.