Skip to content

nityanandagohain/Simple-Dbms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SIMPLE-DBMS

This program can be used to store data of students. Here the roll no's are used as primary key.

Here I have used Linked List data structure to store the starting address of each structure.

To run it

clone the repo

git clone https://github.com/nityanandagohain/Simple-Dbms.git

compile it

gcc main.c

launch it

./a.out

CONTRIBUTION

Anyone who is interested to contribute is most welcome . Please feel free to mail me for any problems.

About

A simple database management system in c using linked list as its main data structure to maintain efficiency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages