Asp.net – Table name [Table] can't be identified by Visual Studio
I made a database for my project for ASP.NET in Visual Studio. Then I made a table however after updating the table, Visual Studio itself named it as 'Table'. Now when I'm trying to run a query: select * from…