From b591749357869270167732fef9c2a0b06361b05c Mon Sep 17 00:00:00 2001 From: Libi Joseph <35390204+Liby-joseph@users.noreply.github.com> Date: Sat, 21 Oct 2023 17:15:23 +0530 Subject: [PATCH] Create sql2 --- sql2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql2 diff --git a/sql2 b/sql2 new file mode 100644 index 0000000..f231e0c --- /dev/null +++ b/sql2 @@ -0,0 +1,5 @@ +What is a database? + + + +A Database is defined as a structured form of data storage in a computer or a collection of data in an organized manner and can be accessed in various ways. It is also the collection of schemas, tables, queries, views, etc. Databases help us with easily storing, accessing, and manipulating data held on a computer. The Database Management System allows a user to interact with the database.