For example if you take MySQL, PostgreSQL, MSSQL and SQLite. Do they all share the same exact language for select, insert, update, delete? Do they all share a base set of types like mediumint, text and varchar?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s a clear SQL standard, which all compliant SQL implementations should comply.
See this comparison, of the different things that each database implements.