Jump to content
xisto Community
Sign in to follow this  
andipa

MS-SQL

Recommended Posts

and you're also wrongsql: the language which most databasesystems use. you can write sql-queries that will look like this: select phonenumber from users where name="andipa"mysql, postgresql, mssql are three different database systems, that all use sql. so you can send the same 'query' to the 3 databasesystems, they will all understand it.mysql is most used because it's free and most free servers use it. it's really fast toopostgres is a little more powerfull, however, mysql is catching up.mssql is microsoft sql server. it's good but expensive. you need licenses and stuff.but to answer the question of this topic: mssql = microsoft sql server, a database system.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.