Computer Science, asked by monikak8734, 1 year ago

How to find out the entity relationship between tables when tables more than 100 in ms sql server 2018

Answers

Answered by Raju2392
0

Answer:

The underlying file system may have a limit on the number of tables. Individual storage engines may impose engine-specific constraints. InnoDB permits up to 4 billion tables. And how many columns can be created in a mysql table

Similar questions