30 likes | 73 Views
FOR MORE CLASSES VISIT<br>tutorialoutlet<br><br><br>PROJECT 1: Simulate a Database Management System<br>A. PROJECT SPECIFICATION This project is to build and implement an application on that emulates a simple SQL-like database<br>management system using linux files and directories. Your program will read records from a command<br>file, parse each record command and implement the DBMS features for each command. These commands<br>are design to build and remove the database, tables files and data. The database structures will be built<br>with commands such as create and drop.
E N D
CSCI 1301 PROJECT 1/tutorialoutletdotcom For more course tutorials visit tutorialoutletdotcom
CSCI 1301 PROJECT 1: Simulate a Database Management System A. PROJECT SPECIFICATION This project is to build and implement an application on that emulates • FOR MORE CLASSES VISIT • Tutorialoutlet • PROJECT 1: Simulate a Database Management SystemA. PROJECT SPECIFICATION This project is to build and implement an application on that emulates a simple SQL-like databasemanagement system using linux files and directories. Your program will read records from a commandfile, parse each record command and implement the DBMS features for each command