Question: Here are the functional requirements for simple model of data base, make and descire DETAILED use case UML diagrams , with actor uses explanation,purpose and

Here are the functional requirements for simple model of data base, make and descire DETAILED use case UML diagrams ,with actor uses explanation,purpose and comments for the system requierments:
Functional Requirements:
Creating New Tables: The system should be able to create new tables.
SELECT Command: The system should be able to return a subset of the columns of a table.
Opening a Database Containing a List of Tables: The program should be able to open an existing database from a file.
Closing a Database Containing a List of Tables: The program should be able to close an existing database from a file.
Saving a Database: The system should be able to save the current state of a database to a file.
Displaying a Table: The system should be able to display the data in a table with paging capability.
Printing Tables: The system should be able to show all rows from a given table.
Updating Rows
(
UPDATE
)
: The system should be able to update a row in a table.
Inserting Rows
(
INSERT
)
: The system should be able to add a row to a table.
Deleting Rows
(
DELETE
)
: The system should be able to delete a row from a table by index.
Inner Join: The system should be able to perform an inner join of two tables.
Counting Rows
(
COUNT
)
: The system should return the number of rows in a given table.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!