answersLogoWhite

0


Best Answer

Procedures in an RDBMS are programs that are written to accomplish a set of functions that cannot be done using a single query. A procedure contains a sequence of SQL Queries that can be executed one after the other by invoking the procedure. There are two kinds of procedures

Functions & Stored Procedures.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

6mo ago

In an RDBMS (Relational Database Management System), the procedures are typically defined as a set of structured query language (SQL) statements that are stored and executed within the database. These procedures can include functions, triggers, and stored procedures. Functions are used to perform calculations or manipulate data, triggers are used to automatically execute actions when specific events occur, and stored procedures are pre-compiled routines that can be called to perform a specific set of operations on the database. These procedures help in maintaining data integrity, enforcing business rules, and improving performance.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the procedures in rdbms?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science

What is the difference between sybase and rdbms?

Sybase is a specific product and company that provides relational database management systems (RDBMS). RDBMS is a general term for a type of database management system that stores data in a structured format using tables. Sybase is one of the many vendors that offer RDBMS solutions.


What are advantages of rdbms over dbms?

Some advantages of relational database management systems (RDBMS) over traditional database management systems (DBMS) include data integrity through the use of constraints, normalization to reduce redundancy, support for ACID transactions, and standardized SQL language for data manipulation. RDBMS also offer scalability and flexibility for complex data structures and relationships.


What are disadvantages of rdbms?

Some disadvantages of RDBMS include complexity and rigidity in handling unstructured data, limited scalability for very large datasets or high-speed transaction processing, and potential performance bottlenecks due to normalization and joins. Additionally, RDBMS may not be the best choice for distributed computing or handling semi-structured or NoSQL data types.


What is the difference between RDBMS and Datawarehouse?

A relational database management system (RDBMS) is a system for managing relational databases, while a data warehouse is a centralized repository that stores large amounts of structured data from various sources. RDBMS is used for day-to-day transactional data operations, while data warehouses are used for analytical queries and reporting. Data warehouses are often used to consolidate and analyze data for business intelligence purposes.


Dbms and rdbms?

A DBMS (Database Management System) is a software application that allows users to interact with a database. An RDBMS (Relational Database Management System) is a type of DBMS that organizes data into tables with rows and columns, and uses structured query language (SQL) for querying and managing data. RDBMSs are a subset of DBMSs, designed specifically for relational databases.

Related questions

What are the application of RDBMS?

what is rdbms and its application


Is foxpro a rdbms?

yes it is a rdbms


What are the different types of management systems?

1. relational database management system(RDBMS) 2. object Rdbms. 1. relational database management system(RDBMS) 2. object Rdbms.


Is MySQL DBMS or RDBMS?

AnswerMySQL, like most modern Database Management Systems is based on the relational model. So it is a RDBMS (Relational Database Management System).


What are the subject topic for rdbms?

RDBMS is all about Relational Data Base Management System...


Is RDBMS is an OS?

No, but some RDBMS's are available on multiples OS's (Oracle, for example: Windows, unices, bs2000... ).


Which is basically an RDBMS in which object oriented features are implemented?

which is basically an RDBMS in which object oriented feature are implemented


What is an RDBMS table?

table


Who is the father of RDBMS?

E.F.Guard


What is MPP based RDBMS?

RDBMS is short for Relational database management system . RDBMS defines relationship between the tables . MPP stands for massive parallel processing and in RDBMS MPP refers to the processing of several table ,that are in relation with one another together.


Where is RDBMS used?

firstly what is database, a collection of information in called data and collection of data is known as database. data stores in the form of tabels and in the RDBMS two or more tables hold a relation. they allow fragmentation of the data(fragment of rows or columns for tables). RDBMS consists 14 cord's rules for RDBMS, there are no any RDBMS which are follow the cord's rules. RDBMS is used in Banking system,Airline ,Railway reservation sytem or where we take information from two or more tables. the distributed form of database must be RDBMS. Sohrab Hamid Siddiqui(CMC, noida, india)


When dbms becomes rdbms?

A DBMS becomes an RDBMS when the data contained in its tables are related to one another by referential integrity rules. DBMS - Database Management System RDBMS - Relational Database Management System