top of page
Search
The Tech Platform
Jun 16, 2021
How Knowledge Graphs Will Transform Data Management And Business
In late November the U.S. Federal Drug Administration approved Benevolent AI’s recommended arthritis drug Baricitnib as a COVID-19...
The Tech Platform
Jun 9, 2021
ER Diagram Example : Music Database
The music database stores details of a personal music library, and could be used to manage your MP3, CD, or vinyl collection. Because...
The Tech Platform
Jun 9, 2021
ER Diagram Example: University Database
The university database stores details about university students, courses, the semester a student took a particular course (and his mark...
The Tech Platform
Jun 9, 2021
ER Diagram Example: Flight Database
The flight database stores details about an airline’s fleet, flights, and seat bookings. Again, it’s a hugely simplified version of what...
The Tech Platform
Jun 7, 2021
ER Diagram: Entity Relationship Diagram Model
ER Diagram stands for Entity Relationship Diagram, also known as ERD is a diagram that displays the relationship of entity sets stored in...
The Tech Platform
Jun 4, 2021
How we implemented Distributed Multi-document ACID Transactions in Couchbase
ACID Transactions are a must when you have strict data consistency requirements in your application. The costs of running transactions on...
The Tech Platform
May 22, 2021
Distributed Datastore
If we have our database hosted on one single server we will end up with a single point of failure and issues like high latency and more...
The Tech Platform
May 14, 2021
Fundamentals of DBMS
Database systems are used for a variety of use cases Temporary hot data storage. Long-lived cold storage. Complex analytical operations...
The Tech Platform
Apr 16, 2021
How to connect Eclipse to Oracle Database
Eclipse is a popular integrated development environment (IDE) used by developers for various programming languages such as Java, Python,...
The Tech Platform
Apr 15, 2021
How to solve Arithmetic overflow error in Microsoft SQL Server Database
The error "Arithmetic overflow error converting IDENTITY to data type int" comes when IDENTITY value is inserted into a column of data...
bottom of page