Hi guys, do you know of any free software out there which I can use to practice queries on, such as add data in the software and to make that data update automatically in the SQL Server Database I created ?
Example: I create a Store database with tables for each product, employee, hours etc etc.. I then use this software to connect to the SQL Server and anytime I manually insert new information or I want to update existing information, to automatically perform an Insert/Update statement in SQL and add this new data or update existing data in the Store database on my SQL Server.
Any help would be appreciated, thanks :)