Asp.Net Top 20 Interview questions answer for freshers
Starting a career in ASP.NET development can be an exciting journey, but it often begins with facing interviews that can feel daunting. To help you prepare effectively, here are the top 20 ASP.NET interview questions along with detailed answers that will not only boost your confidence but also showcase your knowledge and skills. 1. What […]
Read MoreC# Interview questions answer for freshers
Are you gearing up for a C# programming interview? Whether you’re a recent graduate or transitioning into a software development career, mastering the basics of C# is crucial. To help you prepare, here are the top 20 C# interview questions along with concise answers tailored for freshers. 1. What is C#? C# is a modern, […]
Read MoreList table sizes from a given database
- Tarun Dudhatra
- April 11, 2024
- database size
- mysql database size
- mysql table size
- table size
The below query will be used to get the table sizes from a given database in MySQL. The above query will produce an output like the below table Query to get the list of tables with sizes Here I have taken only 20 rows to limit the query result else if the database is […]
Read More