Search code examples
sql-server-2005t-sqlsql-server-express

Create a table without columns


Can I create a table without any columns in SQL Server by t-sql?


Solution

  • A table is a collection of columns and rows. You need at least one column.