Asked by
gaurav sahni
in
Computers & Technology
at
12:24 AM on October 29, 2009
Yash Mehra's Answer
what kind of database system? A database system is a general terminology for designs or "systems" that manage data efficiently and use it for query processing and other valuable information. The most popular one is SQL(Structured Query Language) in which we can create databases using (writing) simple statements. There are other systems of database that are more user friendly which only require you to use windows application interface(eg: ms access) to quickly create databases.
Database systems are designed according to the need of the enterprise that requires it. DBMS is thouroughly researched subject and the flaws in optimization principles etc are corrected from time to time.
Answered at
3:27 AM on October 29, 2009
Read answer