Connecting Tech Pros Worldwide Forums | Help | Site Map

Some general DBMS :( related questions....

ambrnewlearner's Avatar
Expert
 
Join Date: Jan 2008
Location: A city in my country ;)
Posts: 855
#1: Jan 28 '09
Hello,

My new semester has started and I have a subject named DBMS (Database Management System). This is the first time I'm studying databases and so I'm not feeling very enthusiastic about databases (partly because I already had learnt C/C++ and I feel that programming is a lot easier that DBMS). Nevertheless, I must learn at least one DBMS as it is part of my college course. I'm confused and I want some suggestions:

Que-1: There are a lot of DBMSs out there (e.g. MySQL, Oracle, PostgreSQL). Although I don't exactly know the DBMS that will be part of my present semester, but it will be either SQL or Oracle. Which one is the best DBMS? Why do you prefer a particular DBMS?
Note: I don't love Microsoft and OS specific products. I will prefer using some free DBMS.

Que-2: I am an absolute idiot ;) when it comes to databases and DBMS. Which book will you prefer for the same?

Que-3: @MODS: Where should I post questions related to databases (and not some specific DBMS)?

Que-4: If you are asked to compare difficulty level of programming and learning a DBMS, which one would be lesser difficult (and logical)?

Thanks...
AmbrNewlearner

JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: Jan 28 '09

re: Some general DBMS :( related questions....


I like 'Mimer' a lot; it has a very conforming SQL engine and runs on about everything that can say 'beep'. The bloody thing even runs on a phone. It has all sorts of interfaces (C/C++ Java etc). Give it a try.

Read "Relational DBMSes" by one of the inventors of all this relational algebra misery: Mr. Date.

kind regards,

Jos

ps. you can download a full developer version at http://www.mimer.com
ambrnewlearner's Avatar
Expert
 
Join Date: Jan 2008
Location: A city in my country ;)
Posts: 855
#3: Jan 28 '09

re: Some general DBMS :( related questions....


Hello,
Quote:

Originally Posted by JosAH View Post

Read "Relational DBMSes" by one of the inventors of all this relational algebra misery: Mr. Date.

Do you mean this book?

Thanks for your advice...
AmbrNewlearner
JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#4: Jan 28 '09

re: Some general DBMS :( related questions....


Quote:

Originally Posted by ambrnewlearner View Post

Hello,

Do you mean this book?

Thanks for your advice...
AmbrNewlearner

It has the word 'relational' in the title if I remember well (I'm not near my pile of books right now). I bet Google can help you here. There were (or are?) two volumes of the book; the second one dealt with the relational model.

kind regards,

Jos

edit: I googled a bit and I think this is a fine book to start with.
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,754
#5: Jan 29 '09

re: Some general DBMS :( related questions....


Hi.

I think your DBMS vs programming question isn't really valid. They are two very different things, which are usually meant to work in cooperation.

DBMSs are used to store data, and sure, you can do a certain amount of programming on them, but that is limited at best.
Programming languages are meant to process data, which usually comes either directly from the user, or from some sort of a database.

I would consider it a very very huge gap in a programmer's skill set if (s)he did not at least know the basics of using a database, because at some point, we are all likely to be using a database.

As to which DBMS you should choose.
I recommend trying MySQL. It's free and it's very well documented (you could even check out the source code if the documentation failed you ;P).
A perfect place to start, even if you choose to use another server down the road.

For the basic queries you are likely to use at first, it won't really matter. All the major SQL servers confirm to the standard, at least up to the point where the basic queries will work on them all.

When I first learned SQL, my teacher had us use M$ SQL Server 2003, but I was using Linux so I just used MySQL. The difference was so little that even tho I did everything on MySQL, I got a perfect score for all my projects when they were tested on SQL Server 2003.

Although, getting to know the differences between the data types would be a good idea ;)
dafodil's Avatar
Needs Regular Fix
 
Join Date: Jul 2007
Location: Philippines
Posts: 393
#6: Jan 29 '09

re: Some general DBMS :( related questions....


I first learned MYSQL and PHP. After a while, I went into MS SQL and .Net. MYSQL and SQL are almost the same so I have no problem with that.

You don't need to read the whole book. I suggest read the basics. Start creating programs and apply it. Start with the basic processes like add, edit and delete in your programs. Then do complicated processes one step at a time. You'll notice that you are learning and at the same time enjoying since you are creating your own programs.
ashitpro's Avatar
Expert
 
Join Date: Aug 2007
Posts: 390
#7: Jan 29 '09

re: Some general DBMS :( related questions....


Quote:

Originally Posted by ambrnewlearner View Post

Hello,
I'm not feeling very enthusiastic about databases.
AmbrNewlearner

You should start learning first...It is interesting subject...quite logical if it comes to some concepts like concurrency management..
More precisely ACID properties...
If you feel any confidence over DBMS later, I suggest to start writing some UDF for mysql..

Regards,
Ash
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,747
#8: Jan 29 '09

re: Some general DBMS :( related questions....


Quote:

Originally Posted by ambrnewlearner View Post

Que-3: @MODS: Where should I post questions related to databases (and not some specific DBMS)?

That should be Misc Questions Ambr (not café). I'll move this one for you.

For future questions of this type (general DB), if you find that they don't get noticed, you can use the Help thread to attract some expert attention. Please use this sparingly, but as an expert yourself, there's no reason why you should not have the benefits of being a member of the team.
ambrnewlearner's Avatar
Expert
 
Join Date: Jan 2008
Location: A city in my country ;)
Posts: 855
#9: Feb 3 '09

re: Some general DBMS :( related questions....


Hello,

My internet connection was down from last few days and so I could not reply back. But, now my connection is up and running again :)

Thank you all for your valuable responses. I now get a feel that databases are not a lot boring as I thought previously.

@NeoPa: Thanks for moving this thread to 'Misc. Questions'. And, I will (try to ;) remember that I need to post such questions to Misc forum.

@JosAh: I have ordered the book that you linked in your last reply. It will take a few days for it to be delivered at my doorstep. And so, till then I'm reading to Introduction to Database Systems by the same author (i.e. C. J. Date) that I found out in my university library. After going through first chapter of this book, I feel that databases are not as un-intuitive as I thought. There is no doubt that books written by C. J. Date are best at explaining the basic concepts.

Thanks to everyone once again...

AmbrNewlearner
Reply


Similar Misc bytes