Skip to main content

Posts

Showing posts from August, 2023
               Cloud computing Top  Applications of Cloud Computing Online Data Storage. Cloud Computing allows storage and access to data like files, images, audio, and videos on the cloud storage. ... Backup and Recovery. ... Big Data Analysis. ... Testing and Development. ... Antivirus Applications. ... E-commerce Application. ... Cloud Computing in Education. Images Who is the father of cloud computing J.C.R. Licklider What are the 5 benefits of cloud computing? Accessibility anywhere, with any device. ... Ability to get rid of most or all hardware and software. ... Centralized data security. ... Higher performance and availability. ... Quick application deployment. . Types of cloud Public cloud Private cloud Hybrid Cloud Benefits Easy to set up and use immediately. Easy to access remotely (e.g. on any internet-connected device like a computer, laptop or mobile phone, easy access for working-from-home models). Easy to share access with mu...

INTRODUCTION TO RDBMS

  Introduction to RDBMS (Relational Database Management System) In this article, I am going to give you a brief  introduction to RDMB (Relational Database Management System) . Please read our previous article where we discussed  Data Models in DBMS . At the end of this article, you will understand the following pointers in detail. What is DBMS? What is RDBMS? Features of RDBMS Advantages of RDBMS DBMS vs RDBMS E.F. Codd’s Rules What is DBMS? DBMS is a software or group of programs designed to perform database operations such as creating a new database, administering and managing the databases by performing various user-specified database operations. The DBMS internally might consist of a group of programs each performing different tasks related to database management. Some DBMS examples, My SQL, Oracle, System 2000, MS Access, My SQL server, etc What is RDBMS? RDBMS is the collection of programs and capabilities that enables the user to interact with a relational database...