SQL Server and Oracle both default to heaps (though it's rare to see a SQL Server table without a clustered index).
I don't think that's true for SQL Server.
If you define a primary key in SQL Server, this is automatically a clustered index.
https://docs.microsoft.com/en-us/sql/relational-databases/in...
SQL Server and Oracle both default to heaps (though it's rare to see a SQL Server table without a clustered index).