After we created table in Dynamic 365 business central where these tables are build in? (I mean inside cloud database or some thing)
If we are using sql server management studio to run this query {select * from table1} we can see all the columns in table1 with there data like wise can I see table with data in dynamic 365 business central(actually if I need to see table which I am creating i can configure launch.json file with object id and object type and see table which i created, but I need to check those tables in database level )
Now I am describing why I faced this issue
I am developing Business central report using Microsoft report builder i can not understand how business central and report builder connecting each other?