Thank u so Much !!!
I have enough details from the link u have provided for SQL limits
Let me explain u a scenario based on that could u please tell me any sort of performance issues?
If there is a data of 500MB which needs to processed and put it in 20 tables and each table may have at max 30
columns, with primary keys , foreign keys etc
each column is individual and there is no repetition
On some condition the datas are inserted into the tables
while fetching the data, to form a single record i need to query all the 20 tables with keys
if suppose some 10,000 records(or more) are needed to be displayed then in such case
will there be any performance issues like DB hit or table hit or any other thing ?
can u please explain?