What is the difference between RDBMS and DBMS?
Answer Posted / dhruv patel
1>Database Management System is About Managing and structuring the collections of data held on computers. A database consists of an organized collection of data for one or more uses, typically in digital form. Database involves the type of their contents.
Eg:- bibliographic, document - text, statistical.
RDBMS stands for Relational Database Management System. RDBMS data is structured in database tables, fields and records. Each RDBMS table consists of database table rows. Each database table row consists of one or more database table fields.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does mysql support pl sql?
how to analyze tables with 'mysqlcheck'? : Sql dba
What does partition by mean in sql?
Define implicit and explicit cursors.
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
How do I count duplicates in sql?
What is trigger in pl sql with examples?
what are the performance and scalability characteristics of mysql? : Sql dba
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
How do you explain an index number?
what is top in tsql? : Transact sql
What is cursor and its types?
What is raw datatype in sql?
What are the differences between implicit and explicit cursors?
What are the advantages of indexing?