Data types in SQL with example
In this post you will be told how many types of data types are there in SQL, Let us go into detail, so let’s start. When you create a new relation (Table), you specify a data type for each of its columns/attributes. Similarly, when you create a new procedure, you specify a data type for … Read more