State true or false: Users can define new data types in SQL
(a) True
(b) False
I have been asked this question in unit test.
I need to ask this question from SQL Data Types and Schemas in division Intermediate and Advanced Sql of RDBMS
(a) True
(b) False
I have been asked this question in unit test.
I need to ask this question from SQL Data Types and Schemas in division Intermediate and Advanced Sql of RDBMS
Correct answer is (a) True
Easiest explanation: SQL allows the creation of new data types using the “create type as final;” statement.