Comparing “Create Table” between Oracle and Microsoft SQLServer
For this blog, I create an employee table using the Oracle’s GUI tool called “SQL Developer”. I then exported that syntax to a file.With a few changes I added to Microsoft SQL Server (after adding the schema first), and modified it to include a primary key. My only reason to port this over was to […]