Explain datatypes in SQL.

SQL Data Type is an attribute that specifies the type of data of any object. Each column, variable and expression has a related data type in SQL. You can use these data types while creating your tables. You can choose a data type for a table column based on your requirement.

Popular posts from this blog

Exaplain with example how ER diagram is converted into tables.

Explain any five relational algebra operators.

. What is join? Explain the types of join with example.