InterviewSolution
Saved Bookmarks
| 1. |
What Are The Limitations Of The Database (size Of Columns, Number Of Tables, Rows...)? |
|
Answer» There is no IMPOSED limitation. Number of columns, tables, indexes, size of columns and so on is limited only by the memory. For example, a USER reported using a SELECT statement with 41 LEFT OUTER JOIN clauses on a huge database for a DATA mining application. There is no imposed limitation. Number of columns, tables, indexes, size of columns and so on is limited only by the memory. For example, a user reported using a SELECT statement with 41 LEFT OUTER JOIN clauses on a huge database for a data mining application. |
|