This repository contains a PL/SQL project about complex number operations(addition, subtraction, division, multiplication).
- specification.sql: Create the object of a complex number and declare the methods.
- body.sql: The body of each method is written in this file.
- main.sql: Test the code with random numbers by calling the methods.