PostgreSql database table data migration to MSSql corresponding database table
-
Updated
Jul 29, 2023 - C#
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for the creation, querying, updating, and administration of the data it holds. There are different types of databases, including Relational Database Management Systems (RDBMS) that organize data into tables with predefined relationships, and NoSQL databases that provide a more flexible, schema-less approach to data storage.
PostgreSql database table data migration to MSSql corresponding database table
Project carried out in 2021. It consists of an SQL database of a kind of bookstore that keeps track of books, magazines and articles. These together with their authors, year of publication, etc. In addition, several queries are made on the database. Project already finished.
freeCodeCamp Project (Relational Database Certification)
Core package to build enfusion database web proxies with C#
freeCodeCamp Project (Relational Database Certification)
A relational model database made for a university assignment.
This repository consist of learning Full Stack Data Science of Ineuron with assignments, live sessions projects and internship.
This library is for varios operation on database using PDO object
Database created for one of the projects in the course "Relational Database" on freeCodeCamp.org.
freeCodeCamp Project (Relational Database Certification)
Ecommerce System Database Project