Hello dear coders I need to know some tutorials for MySQL database. Hope experts will share the answers here:
Qest.1: Currently I have 70 tables in my database. I want to know maximum how many tables can I create in a single database?
Qest.2: When a single database becomes fully loaded then what is the way to create another database with same tables for storing rest data?
Qest.3: Suppose Facebook, they have billions members. How they manage so many user's data to store? what type of database these site use?
Qest.4: What is the method for multiple database connection?
If somebody know detailed about the MySQL tables n database rules please post here a useful tutorial with answering the above question. I need a complete database managing rules. Thanks.
Qest.1: Currently I have 70 tables in my database. I want to know maximum how many tables can I create in a single database?
Qest.2: When a single database becomes fully loaded then what is the way to create another database with same tables for storing rest data?
Qest.3: Suppose Facebook, they have billions members. How they manage so many user's data to store? what type of database these site use?
Qest.4: What is the method for multiple database connection?
If somebody know detailed about the MySQL tables n database rules please post here a useful tutorial with answering the above question. I need a complete database managing rules. Thanks.
Comment