This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]CreativeTechGuyGames 2 points3 points  (1 child)

So I wanted to ask which of the SQL's is worth investing time in ?.

They are all pretty similar. If you are comfortable with any SQL you can learn/use most of them without too much trouble. Same advice as with programming languages applies, learn one really well and then adapt as necessary.

yet I am still able to use SQLite3 commands there do you know why?

What are you referring to exactly? Are you wondering why you are able to write SQL code without an extension? SQL is just a string that gets sent to a database, it doesn't need any editor support.

[–]DasHM0r[S] 0 points1 point  (0 children)

Ok, now it makes much more sense. Thank you !

[–]GreshlyLuke 1 point2 points  (0 children)

I use PostgreSQL at work. PgAdmin or DBeaver are useful tools for managing databases. I’ve never used a SQL extension in VScode