Inactive Tutor answered 04/13/21
Meta data file contains the following records:
Table name
Primary key names
# of records
Size of each record
Last auto increment values
Uupon addition of new records , checks for uniqueness amongst the primary keys
Asma H.
asked 04/13/21Can I get the Java Singleton Pattern Code for the following Problem Statement:
Assuming Database is not providing Referential Integrity Constraints support i-e Primary key, foreign key and Unique key, your task is to design a database engine with your own built in Referential integrity rules implementation and you need that only one database connection is maintained which an application should access.
Inactive Tutor answered 04/13/21
Meta data file contains the following records:
Table name
Primary key names
# of records
Size of each record
Last auto increment values
Uupon addition of new records , checks for uniqueness amongst the primary keys
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Asma H.
Thank you for your response but I'm wondering how can I implement it as a java code as an example of singleton Design Pattern.04/14/21