
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?
You do not have access to tables in the cloud, not directly. When you build a report you create a dataset. The dataset is, for you, the definition of the table(s) and data that could be used within the report.
In my opinion, the best would be to gain practice by reading the following book
https://www.amazon.com/Microsoft-Dynamics-2015-Professional-Reporting/dp/1785284738
or subscribe one of the amazing courses of the authors. You will find him and all about reports in his blog. Below an example
http://thinkaboutit.be/2017/08/how-do-i-create-a-report-and-layout-in-vscode/
Have fun