Can I create a table without any columns in SQL Server by t-sql?
No. What would you use it for?
A table is a collection of columns and rows. You need at least one column.