Cross_Column

Sunday, 15 January 2017

what is SQL, My SQl

What is the difference between SQL and MySQL or SQL Server?


SQL or Structured Query Language is a language; language that communicates with a relational database thus providing ways of manipulating and creating databases. MySQL and Microsoft’s SQL Server both are relational database management systems that use SQL as their standard relational database language.

Is a NULL value same as zero or a blank space? If not then what is the difference?


A NULL value is not same as zero or a blank space. A NULL value is a value which is ‘unavailable, unassigned, unknown or not applicable’. Whereas, zero is a number and blank space is a character.

No comments:

Post a Comment

Few More

DataBase Testing Interview Questions

Basic Database Testing Interview Questions with Answers Basic Database Testing Interview Questions with An...