Forum: Database Design Dec 11th, 2007 |
| Replies: 7 Views: 4,776 Re: Basic DBMS Concept Hi friend,
DBMS consists the following kinds of database:
1.Hierarchical database.
2.Network database.
3.Relational database.
4.Object database.
5.Object_Relational database.
Relational is most... |
Forum: C++ Dec 11th, 2007 |
| Replies: 1 Views: 1,108 |
Forum: MySQL Dec 10th, 2007 |
| Replies: 13 Views: 1,515 Re: SQL - questions . Hello...Hug..
If you want , i will give some examples also.
DML part of SQL are:
1.SELECT-extracts data from a database table.
2.UPDATE-update data in a database table.
3.DELETE-delete data from a... |
Forum: MySQL Dec 10th, 2007 |
| Replies: 13 Views: 1,515 Re: SQL - questions . Hi Hug,
I think i can help you,
SQL is syntax for executing queries and updating,inserting and deleting records.These query and update commands together form the DML.
And, the DDL part of SQL... |
Forum: Database Design Dec 10th, 2007 |
| Replies: 7 Views: 4,776 Re: Basic DBMS Concept Sita,One more thng also.Do you have any idea about SQL ? you must know about SQL.
SQL stands for Structured Query Language.
1.allows access to database.
2.can insert,update,delete records in a... |
Forum: Database Design Dec 10th, 2007 |
| Replies: 7 Views: 4,776 Re: Basic DBMS Concept Ok sita,
RDBMs stands for Relational Database Management System.It is a way to store the information in a database,creating realationship among different,related data in order to enable the user to... |
Forum: Database Design Dec 10th, 2007 |
| Replies: 7 Views: 4,776 Re: Basic DBMS Concept Hi Sita,
Can i help u?
DBMS:: A database is a well organized collection of data.To be able to carry out operations like insertion,deletion and retrieval,the database needs to be managed by a some... |