
Implementation of B-Tree based Database using C Programming Language
Author(s) -
Pramita Kastha
Publication year - 2020
Publication title -
international journal of research in engineering, science and management
Language(s) - English
Resource type - Journals
ISSN - 2581-5792
DOI - 10.47607/ijresm.2020.426
Subject(s) - computer science , database , component oriented database , tree (set theory) , architecture , web application , core (optical fiber) , world wide web , programming language , software engineering , database design , view , database tuning , art , mathematical analysis , telecommunications , mathematics , visual arts
A database is crucial to any organization to store, add, modify and retrieve details about the company. Additionally, they form the core of the backend of any imaginable web application that we see around us. Thus, a thorough understanding of internal working a database is necessary for creating meaningful software, or for making full use of the DBMS. We attempt to do so by implementing a simple B-Tree based database, following the SQLite architecture.