Posts

Showing posts from November 26, 2020
Image
Databases and SQL What is a Database? A database is an organized collection of data that is stored in a structured way so that it can be easily accessed, managed, and updated. The term database is made up of two words: Data — Raw facts and figures Base — A place where data is stored Key Points About Databases An organized collection of data is known as a database. A database serves as a base from which required information can be retrieved . Data can be reorganized or processed to generate meaningful information. A database is created and managed using a Database Management System (DBMS) . A DBMS manages a collection of databases or database files in an automated manner. Nowadays, organizations understand the importance of proper data storage and management because accurate and timely information supports effective decision-making , which is essential for success. What is DBMS (Database Management System)? DBMS stands for Database Management System . A Datab...

DBMS PART 4 field type , field property

Image