Home Answers Viewqa JDBC What is RDBMS Means

 
 


nandu
What is RDBMS Means
2 Answer(s)      5 years and 3 months ago
Posted in : JDBC

What is RDBMS Means?

View Answers

February 25, 2008 at 6:17 PM


database may be a simple database respect that no any types of relation will exist between database.While rdbms means relational database means relationship between multiple databases.

February 26, 2008 at 11:39 AM


Difference between DBMS and RDBMS

A DBMS is persistent unit that should be accessible whenever the program created the data ceases to exist or even the application that created the data restarted. A DBMS also provides some uniform methods independent of a specific application to access the stored information.

While RDBMS is a Relational Data Base Management System that adds the additional condition that the system supports a tabular structure for the data, with enforced relationships between the tables. This doesn?t support to the databases that don't follow a tabular structure or don't enforce relationships between tables.

DBMS does not impose any constraints or security with regard to data manipulation it is user or the programmer responsibility to ensure the ACID PROPERTY of the database while RDBMS imposes the constraints because it defines the integrity constraint to hold the ACID PROPERTY.









Related Pages:
What is RDBMS?
What is RDBMS?  What is RDBMS?   Hi, Here is the answer, RDBMS stands for Relational Database Management System. RDBMS data is structured in database tables, fields and records. Each RDBMS table consists of database
What is the general flow of Hibernate communication with RDBMS?
What is the general flow of Hibernate communication with RDBMS?  Hi, What is the general flow of Hibernate communication with RDBMS? thanks
what is response.redirct() means
what is response.redirct() means  what is response.redirct() means in servlet....can anyone tell me
active window means
active window means  active window means what?   The active window is the term used to describe the window that is currently being used
php means
php means  php means
What is deprecated?
What is deprecated?  What is mean by deprecated element, method or class?   What is deprecated? Deprecated means condemned. A object... is showing a deprecated message that means it is either outdated or has been
what is ajax
what is ajax  what is ajax   AJAX = Asynchronous JavaScript and XML. AJAX is a technique for creating fast and dynamic web pages... of data with the server behind the scenes. This means that it is possible to update
Cell Phones as a Means of Social Media Marketing
Cell Phones as a Means of Social Media Marketing Most of the people you and I..., it has to be one of the best means for social media marketing. We will explain..., but because of what we mentioned earlier, you can rest assured that you
what is this.. - Java Beginners
what is this..  what is the differece between platform independant... Independent means not restricted to particular Opearting System environment from program execution wheras Platform dependent means to restrict the user to particular
What is cash credit
What is cash credit  hello, What is cash credit?   hii, Cash credit means person gives the cash to some another person expecting to get that cash in future date with some premium
Traditional Means of Web Applica
Traditional Means of Web Application Development In the early days the web pages were static, simple HTML web pages, later on it became dynamic by using CGI script (Perl was mostly used), Microsoft's Active Server Pages (ASP) were
Hibernate:What is Hibernate proxy?
Hibernate:What is Hibernate proxy?  What is Hibernate proxy?   Proxy means the authority to represent someone else In hibernate, you can map classes into proxy instead of a table. When load is called on session, a proxy
What is NOT NULL Constraint?
What is NOT NULL Constraint?  What is NOT NULL Constraint?   Hi, The NOT NULL constraint enforces a column to NOT accept NULL values.The NOT NULL constraint enforces a field to always contain a value. This means
What is a "functional dependency"?
What is a "functional dependency"?  What is a "functional dependency"? How does it relate to database table design?   Hi, Here... Form (2NF) which means all the columns in the schema should be functionally
What is VRRP?
What is VRRP?       VRRP the acronyms of  Virtual Router Redundancy Protocol is .... It means VRRP works as a back up of  the router for the interrupted 
what is a indentifier - Java Beginners
what is a indentifier  What is an identifier and what is the definition?  An identifier is an unlimited-length sequence of Java letters.... This means that age and Age are different identifiers. * Identifiers cannot
data to the textfield by means of an actionListener - Java Beginners
data to the textfield by means of an actionListener  how can i put the data of the database 1 at a time to the textfields by means of an actionlisteners and can be view by next or previous
What is EII?
What is EII?       The term EII means Enterprise Information Integration, a business term that works to copying  the data as well as to creating reports having mix up of 
What is GHz?
What is GHz?       Gigahertz is generally known as GHz in it?s abbreviated form. Hertz... times. So Gigahertz means one billions of cycles/ periods per second. 
What is use of method overloading and overriding?
What is use of method overloading and overriding?  Method overriding means same method has written in both child and parent classes.overloading means write same method with different signatures.But I want to know what is the use
What is SDSL?
What is SDSL?      ... with matching upstream and downstream data rates, it means the data can be transferred... is an 'always on'  service", it means whenever the user switch on the power
What is HFC?
What is HFC?       HFC means Hybrid Fiber Coax, a kind cable on which data are transmitted. In HFC the data flows over both coaxial and fiber optic cables in both the form
K-means clustering on WebLog Data, for 2-Dimenshional input
K-means clustering on WebLog Data, for 2-Dimenshional input  The following is a JSP code for K-MEANS CLUSTERING .... My proect , titled "Pattern... OF NUMBERS(X,Y) for K-MEANS CLUSTERING... the output of this is used for WEB CACHE
Technology What is and FAQs
Technology What is and FAQs     ... back up the lost data when the hard disk crashes or corrupted by any means... EII means Enterprise Information Integration, a business term that works
What is a database?
Part -2 : What is a Database? A database is a collection of information... System (DBMS). 2 Relational Database Management System (RDBMS). 1. DBMS... arranged the data according to your requirement. 2. RDBMS : RDBMS stands
What is the difference between EJB 3.0 and JPA - Framework
What is the difference between EJB 3.0 and JPA   What is the difference between EJB 3.0 and JPA. How can they work together. Does EJB 3.0 need...) and a persitent storage (rdbms). The EJB 3.0 specififcation is divided
What is MongoDB?
is a document-oriented database that means it stores the entire document rather
what is meant by rowset and process row set
code but i am not understanding what is it means and where we have to use...what is meant by rowset and process row set  Hi To all, I am woking on social networking site by using php and mysql.And i am beginner to php When i
if my database(oracle) connection failure means wat is the code to write in exception ?
if my database(oracle) connection failure means wat is the code to write in exception ?  if my database(oracle) connection failure means wat is the code to write in exception
What do you mean by Read Committed?
What do you mean by Read Committed?  What do you mean by Read Committed?   Hi, Data records retrieved by a query are not prevented from... or deletes data) on the current row of data it is working with. This means the row
What do you mean by Repeatable Read?
What do you mean by Repeatable Read?  What do you mean by Repeatable Read?   Hi, The Repeatable Read isolation level allows a transaction..., the dirty reads and nonrepeatable reads cannot occur. It means that locks will be placed
What is Wi-Fi?
What is Wi-Fi?       Wi-Fi, the abbreviation of  wireless fidelity is a  wireless...-Fi  is derived from the term "Hi-Fi" means High fidelity that was being
Would you know answer means please send reply urgent
Would you know answer means please send reply urgent  HTTP Status 404 - /struts/HelloWorld.jsp type Status report message /struts/HelloWorld.jsp description The requested resource (/struts/HelloWorld.jsp) is not available
What is the difference between static and dynamic SQL?
What is the difference between static and dynamic SQL?  What is the difference between static and dynamic SQL?   Hi, Static SQL is SQL... is preprocessed, which means the statements are parsed, validated, and optimized only once
Java - JDBC
What is RDBMS Means   What is RDBMS Means?  database may... database.While rdbms means relational database means relationship between multiple databases.  Difference between DBMS and RDBMS A DBMS is persistent
What is Web Hosting
What is Web Hosting?       What is Web Hosting? If you have a company... forward. If apps are Microsoft-specific, then Windows is what you need. But the fact
What is a Fashion Show Designer?
What is a Fashion Show Designer? As the name suggests, the fashion show... the financial issue of the entire presentation. So, if you want to know what... to make sure that you understand what this job consists of and requires from you
What is Retail Management?
Before we venture to understand of what does it mean by the term retail management let us first know what retail is. Retail is the selling process... is the term wholesale which means the buyer is not the end user buyer
DIFFFERENCE
DIFFFERENCE  WHAT IS THE DIFF B/W DBMS AND RDBMS
What is web hosting,what is hosting,web hosting,web hosting companies,India,UK
What Is Web Hosting? Web hosting is a service provided by big companies...-specific, then Windows is what you need. But the fact that over 75 per cent... additional plug-in), .xml, and others. Basically it means that you can host web
What is axis2?
What is axis2?         Axis2 is Apache?s Web services framework with two... earlier Web services are very good means of inter application communication
What is Uptime
% it means that site will be inaccessible or unavailable for 1 hour each month.... For example five nine means 99.999% availability, which means that computer... hosting companies strive for a 99.9% uptime, which means that there would
what is bit
what is bit  what is bit
Traditional Means of Web Application Development
Traditional Means of Web Application Development       In the early days the web pages were static, simple HTML web pages, later on it became dynamic by using CGI script (Perl
What is Fashion Jewelry?
What is Fashion Jewelry? What is Fashion Jewelry, as most women can tell you, is the kind of accessory that they can't do without. However, it doesn't only... as there are in clothing. This means that every season has its' own accessories and jewelry pieces
What is procedure
What is procedure  What is procedure in computers? What are the primary categories of procedures
What is JDBC?
What is JDBC?  What is JDBC
What is FBT
What is FBT   hello, What is FBT
What is ActionServlet?
What is ActionServlet?  What is ActionServlet

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.