December 2022
Beginner to intermediate
424 pages
7h 58m
English
One of the main problems every developer had at least once in her life was introducing modifications to a database. Changes to a database always have problems like who is in charge of executing the scripts or where you saved it in different environments because some developers use an email or file to send to the database administrator to execute. A common problem is how you are sure that all the changes to the databases are executed before deploying the applications that need those changes, which ...