I've started using Entity Framework Core with Code-First approach and currently I'm not very used to it. My Entity Framework Core version is 3.1.20.
Q: How to check how many tables available in some specific database?
Q: How to get the total record count in some specific database?
Q: How to get the total record count in some specific table?