TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About DBMS
DBMS
is stand for
(
Database Management System ) and it is system software for creating and managing databases of web applications. The
DBMS
provides users and programmers with a systematic way to create, retrieve, update and manage data.The
DBMS
manages three important things likes the data, the database engine that allows data to be accessed, locked and modified -- and the database schema, which defines the database’s logical structure.
DBMS
concurrency, security, data integrity and uniform administration procedures. Typical database administration tasks supported by the
DBMS
include change management, performance monitoring/tuning and backup and recovery. Many database management systems are also responsible for automated rollbacks, restarts and recovery as well as the logging and auditing of activity.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jainish Shah (8)
Mahesh Chand (7)
Nikunj Satasiya (4)
Harshit Pandey (3)
Pragya Vats (2)
Satyapriya Nayak (2)
Kuppurasu Nagaraj (2)
George (1)
Nidhi Kumari (1)
Sateesh Arveti (1)
Sreenath Kappoor (1)
Rinki (1)
Ayush Gupta (1)
Vikas Singh (1)
Divyansh Gupta (1)
Sarathlal Saseendran (1)
Arun Ramaswamy (1)
Subarta Ray (1)
Avneesh Aryan (1)
Veena Sarda (1)
Deepak Sharma (1)
Abhishek Bhat (1)
Ritesh Kumar (1)
Chittaranjan Swain (1)
CSharp TV (1)
Sanjay Singh (1)
Ashirwad Satapathi (1)
Venkat Rao (1)
Christophe Marcel (1)
Onkar Sharma (1)
Arvind Singh (1)
Shivprasad Koir Koirala (1)
Saillesh Pawar (1)
Kml Surani (1)
Ayush Jaiswal (1)
Vidya Vrat Agarwal (1)
Swaraj Patil (1)
John Charles Olamendy (1)
Anand Narayanswamy (1)
Related resources for DBMS
No resource found
Relations between Dataset in DBMS
9/6/2024 12:45:34 PM.
A relationship in DBMS links two or more data sets. This article explores types of relationships: one-to-one, one-to-many, and many-to-many, and their implementations in databases.
Introduction to SQL Server & Its History
9/2/2024 7:10:06 AM.
Learn how to create, manage, and query databases using SQL Server, with a focus on essential concepts like database design, data storage, and SQL queries. Perfect for beginners aiming to build a stron
Overview Of Oracle Package DBMS METADATA
8/12/2024 11:04:41 AM.
In this article, you will learn about Oracle Package DBMS METADATA.
SQL Command Types
6/28/2024 9:08:22 AM.
SQL, or Structured Query Language, is essential for managing data in relational databases (RDBMS). It enables tasks like retrieving, updating, inserting, and deleting data. SQL commands are categorize
What Are The Twelve Codd's Principles In DBMS
6/5/2024 10:50:53 AM.
Edgar F. Codd's twelve rules define relational database management systems (RDBMS), ensuring data integrity and consistency. These guidelines aid in robust database design and management, facilita
Best Practices For Effective Database Design In SQL Server
5/28/2024 4:55:08 AM.
In this article, we will be exploring the best practices for effective database design in SQL Server. Creating an SQL Server database involves best practices like understanding requirements, normaliza
Entity and Entity Relationships in DBMS
5/21/2024 5:21:30 AM.
An Entity-Relationship (ER) model visually represents data and relationships in a business domain, aiding database design. It simplifies understanding of complex databases and enhances communication b
SQL Server Fundamentals: Design, Queries & Optimization
4/29/2024 10:52:37 AM.
This article serves as a comprehensive guide to SQL Server fundamentals, database design principles, querying with Transact-SQL, stored procedures, and optimization techniques. Through real-time examp
Understanding OLTP and OLAP for Effective Data Management
4/19/2024 6:03:17 AM.
This article explores OLTP and OLAP, two crucial systems for data management. OLTP handles real-time transactions, while OLAP analyzes historical data to uncover valuable insights. Learn how they work
Combine SQL-DB And MongoDB In Same Blazor App
4/16/2024 5:38:10 AM.
In this post, we will see how to combine SQL DB and MongoDB in same Blazor app. We will create two entities for City and Employee. City will be saved in MongoDB and Employee will be saved in SQL DB. W
Azure Cosmos DB Interaction through Python
1/2/2024 9:01:56 AM.
This article speaks about the techniques to interact with Cosmos DB using Python. Azure Cosmos DB, a fully managed NoSQL and relational database for modern app development. Learn how to build a Python
MySQL: Unveiling its Versatility and Robustness for Diverse Use Cases
12/20/2023 4:10:36 AM.
Explore MySQL's diverse use cases in web applications, e-commerce, CMS, data warehousing, telecommunications, and finance. Dive into its key features, architecture, and crucial queries for efficie
Concurrency Control in DBMS
11/26/2023 5:55:32 AM.
A crucial component of database management systems (DBMS) that ensures data integrity and consistency in multi-user situations is concurrency control.
Query Processing In DBMS
8/22/2023 6:35:27 AM.
Query Processing in DBMS is the approach of selecting the best strategy or plan which can be used to respond to a database request.
Need Of Polyglot Persistence
8/21/2023 9:43:26 AM.
Polyglot Persistence refers to the practice of using multiple database systems, each optimized for a specific type of data storage and retrieval, within a single application or system architecture. Th
How to Select Employees Who Were Born on the Last Day of the Month?
8/10/2023 7:24:21 AM.
To select employees who were born on the last day of the month from a database or employee records, you'll need to use SQL or a similar query language to filter the data based on the birth dates.
What Is A Network Database?
8/10/2023 7:00:36 AM.
Network databases represent data in a tree-like structure. In this article, we'll learn basics of hierarchical database management systems and how data is represented and stored in a hierarchical
Getting started with SQLite
8/10/2023 5:06:47 AM.
In this article you will see how to start with SQLite.SQLite is a popular, lightweight, and self-contained relational database management system (RDBMS) that is widely used for various applications, e
What is a Hierarchical Database
8/4/2023 9:42:22 AM.
Hierarchical databases represent data in a tree-like structure. In this article, we'll learn basics of hierarchical database management systems and how data is represented and stored in a hierarch
What is a Relational Database (RDBMS)
8/3/2023 5:39:53 AM.
Relational databases represent data in a tabular form consisting of rows and columns. In this article, we'll learn the basics of relational database management systems (RDBMS) and how data is repr
What Is A Document Database
8/1/2023 10:52:14 AM.
A document database is a NoSQL database. This article explains what a document Db is and what are the most popular document databases.
What Are NoSQL Databases
8/1/2023 10:01:23 AM.
NoSQL databases are the databases that do not use SQL as their primary data access language. Graph database, network database, object database, and document databases are common NoSQL databases. This
What Is A Column Store Database
8/1/2023 8:59:36 AM.
Column Store Databases store the data in columns rather than rows. In this article, let's understand what column databases are and what are the most popular column store DBMS.
Introduction To DBMS
8/1/2023 6:06:05 AM.
A Database Management System (DBMS) is a software tool that enables users to create, manipulate, and manage databases. It acts as an intermediary between the user and the database, providing an organi
What Is The Difference Between DBMS And RDBMS?
7/28/2023 7:13:36 AM.
DBMS (Database Management System) and RDBMS (Relational Database Management System) are both software systems used to manage and organize databases. The main difference between the two lies in the way
Database Machine Taxonomy
7/27/2023 8:24:39 AM.
In the traditional approach of database system, the data is used to be stored in secondary storage devices. Due to this, the ability to perform any arithmetical or logical computing operation is limit
Getting Started With SQL Server 2022
5/24/2023 10:21:08 AM.
This article provides a step-by-step guide on how to connect to SQL Server and execute queries using SQL Server Management Studio 2022 (SSMS).
How To Use Cross Join In MySQL
5/12/2023 7:22:29 AM.
We learn cross-joins with the help of an example
How To Use Mathematical Functions In Mysql?
4/24/2023 9:21:59 AM.
By including them in your SQL query, you can use mathematical functions in MySQL. For instance, you can use the ABS() function to determine a number's absolute value or the ROUND() function to rou
What are the Most Popular Relational Databases (2023)
3/20/2023 12:53:14 AM.
Relational database management systems are the most popular form of database management systems (DBMS) that includes Oracle, SQL Server, MySQL, and DB2. Here is a list of the most popular RDBMS in the
Cosmos DB for RDBMS Developers - Azure for Sure - S2 - Ep. 6
3/15/2023 12:47:21 PM.
In this session, you will learn about Cosmos DB for RDBMS Developers.
Structured Query Language: Part 1
2/21/2023 5:54:37 AM.
This article is an introduction to the Structured Query Language (SQL) and its most common commands.
Understanding Database Management Systems
2/14/2023 8:32:42 AM.
In this article, you will learn about Database Management systems.
SQL For Beginners - SELECT Statement
2/3/2023 8:59:03 AM.
This article will help you to learn about SELECT statements in SQL.
SQL For Beginners - DDL Statements
1/13/2023 11:25:10 AM.
In this article you will learn how to create, alter, and drop tables in SQL.
Split Alphabets From Alphanumeric String In SQL Server
2/3/2021 1:55:14 PM.
This article gives an explanation about how to split alphabets from the alphanumeric string in an SQL server. Here I'll also explain how to create a function in an SQL server.
How to Store Spatial Data or Shape Files into RDBMS(PostgreSQL/POSTGIS)
1/29/2021 10:16:32 AM.
I this article we will see how to store spatial data or shape files into RDBMS.
Cursor In SQL Server With Syntax And Example
1/14/2021 3:05:20 PM.
This article provides an explanation about how you can use and set up a basic cursor in SQL Server. many developers/programmers/people those who work with Microsoft SQL Server will have at least heard
SQL Server Create And Execute Parameterized Stored Procedure From Another Stored Procedure
1/11/2021 7:10:31 PM.
In this article am going to explain how to create and execute parameterized stored procedure From another stored procedure, how to prevent SQL Injection attacks, how to insert data in the table using
How To Create Missing Index From Execution Plan
1/7/2021 8:46:49 PM.
In this article, I am going to explain how to create a missing index from an SQL server query execution plan and also show you how you can improve your query execution performance and run your query f
TranslateSQL
10/28/2020 3:12:57 AM.
TranslateSQL is a utility for generating SQL-Server SQL scripts based on an existing Oracle schema, in essence 'translating' Oracle schemas into SQL-Server databases.
Introduction To Databases
10/11/2019 1:07:43 AM.
This article is for students and newcomers to understand basics and types of databases and their history.
Learning JDBC (Java Database Connectivity)
9/12/2019 6:03:40 AM.
JDBC is a technology to establish communication between a java program and a DBMS. It uses SQL (structure query language) for storing, updating, or removing data from a DBMS.
What Is Database Normalization And Denormalization
8/7/2019 10:36:21 PM.
In this article, I am going to explain the database and different normalization forms and denormalization.
Database and SQL Server FAQ: Part I
7/17/2019 5:29:03 AM.
This article is a primer on databases and Sql Server. Similar to a FAQ, it is written with questions that could potentially be asked in a job interview.
Create A New Azure SQL Database – Part Two
9/11/2016 4:06:21 PM.
In this article you will create a New Azure SQL Database by using Azure Portal.
Oracle Virtual Machine In Azure
4/13/2016 1:43:17 PM.
In this article you will create Oracle Virtual Machine using Azure Portal.
Learn Basics Of PL/SQL Oracle From Scratch In 7 Days - Day Two
3/27/2016 5:17:27 PM.
This article is based on learning basics of Oracle and SQL concepts in order to be an Oracle PL/SQL developer. This is day two of the article series.
SQL For Beginners: NULL Values
2/2/2016 1:22:07 AM.
In this article series 'SQL For Beginners', we will learn about the NULL Values in SQL.
SQL For Beginners - DML Statements
1/25/2016 2:23:46 AM.
In this article of the series "SQL For Beginners", you will learn about the various DML Statements of SQL.
SQL For Beginners - LIKE And IN Clause
1/19/2016 9:37:07 AM.
This article will help you understand the Like and In Clause of SQL.
SQL String Functions
1/17/2016 12:50:24 PM.
In this article you will learn about some SQL String functions.
SQL For Beginners - Operators
1/15/2016 12:47:37 PM.
This article gives you an overview of the various SQL Operators.
SQL For Beginners - WHERE Clause
1/9/2016 12:13:46 PM.
This article will help you to learn the WHERE clause and expressions used with it.
Learning Microsoft Access: Part 1
6/6/2015 7:36:28 AM.
In this article you will learn about Microsoft Access.
Introduction to Big Data
1/8/2015 10:20:01 PM.
This article provides an introduction to Big Data.
Introduction to MongoDB
5/17/2014 1:31:09 PM.
In this article you will learn about MongoDB databases.
Registration page in JSP
9/27/2011 1:48:43 AM.
In this article we will learn how create to a simple registration page using JSP.
Date type in RDBMS.
4/29/2008 3:52:39 AM.
In this article I want to show you how to manipulate date data type in Microsoft SQL Server and Oracle database.
Directory Services Vs RDBMS
12/16/2005 11:46:14 PM.
When storing user information, developers can have two choices to choose from - Active directory and a relational database. This article sheds lights on usefulness of each of these and when to use one over the other and vice versa.