I am a total noob, but have a few questions. I have Pgadmin/postgresql on my computer and know how to write a few queries, however what I don't know is:
- When I write these schema's and they get saved to my computer is this the same thing as a SQL Server or SQL Database.
2.This might be stupid as well, but my company has a sql server that's never been used. I was told to download mysql "locally" first and then use it in a "production environment". I think I sort of understand that, but I really don't fully understand what that means.
2a. Could I then just connect the pgadmin directly to the sql server?
3.So if I have data coming in via csv/excel files how do I make it so that everything updates? So for example if I am looking at bike sales from 2014 to present and then Jan 1 more bike sales come in, does postgresql update this for me after I have created the files?
4.Would there be a better way to keep this data store running optimately/automatically.
I know these are alot of questions but I really appreciate the help.