0
My professor is teaching us SQL and says not to end statements with a semicolon. I'm confused
4 Réponses
+ 1
You can leave a statement without semicolon when you want to run it independently, it will run just fine; however, if you want to run several statements in the same time (bulk, batch, call it what you may), you need to end each statement with a semicolon, otherwise you will get an error
+ 1
ya semicolon is necessary without it your compiler couldn't understand that where the statement is end and if you try to run this compiler show error and the programe doesn't work
+ 1
I don't know much about SQL but as per my knowledge it's not a programming language.
That could be the reason.
Hope u get it soon
0
it SHOULD be there present actually as mentioned so in one of the videos here...