Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

C++ Database Development

Authors: Al Stevens

1st Edition

1558283579, 978-1558283572

More Books

Students also viewed these Databases questions

Question

Find the derivative. f(x) 8 3 4 mix X O 4 x32 4 x32 3 -4x - x2

Answered: 1 week ago