Is it possible to create a table having column but column without datatype? Meaning is there any way to do it indirectly? If yes, then can you please give me one example.
Is it possible to create a table having column but column without datatype? Meaning
Share
As far as I know only columns have data types not tables.
Do you mean a table without columns?
Or do you mean a column without a specific data type?
A little more info would be helpful.