Skip to content

The implementation of a program working with a Postgresql DBMS on a local computer

Notifications You must be signed in to change notification settings

MaksimovDania/EntityFrameworkProj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EntityFrameworkProj

The implementation of a program working with a Postgresql DBMS on a local computer

Each Doctor has one specialization, and different doctors may have the same specialization. In addition, each doctor can have an arbitrary number of personal certificates.

In addition to the functionality for creating, editing and deleting any records of all three entities, the program performs the following queries at the user's request and provides results:

How many doctors have a specialization with a given identifier?

What is the name of the specialization (Name) for which the certificate with the specified identifier was issued?

When was the last chronologically issued certificate for a doctor with the specified ID?

About

The implementation of a program working with a Postgresql DBMS on a local computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages