SQL table script ending
I have a sql script someone else wrote and it has many create tables scripts. Some end with a semi-colon and some end with a forward slash /. What is the difference?
I need to clean up the code and didn't know what way I should take all the create table scripts. Should I use the semi-colon after the last ) ?
I have to run multiple scripts with sql plus eventually so I want to make sure I have the correct syntax.
Thank you