What is maximum size of a database in MySQL?
Answer Posted / demon
The answer above applies to TABLES in a MySQL DB and not the
DB itself.
Thus the DB can get quite large
Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
Tell us something about heap tables?
What is trigger in mysql with example?
Can varchar be primary key?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
What is processlist in mysql?
Can you tell few best practices to be followed for optimization in sql?
How do I show all mysql databases?
What is row level locking?
How to display top 50 rows?
What is memory table?
What is innodb mysql?
How can we optimize stored procedure?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
What is the password of mysql?
What is the return type of mysqli_query?