Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
nightfall
Helper I
Helper I

meaning of the navigation tables icon

Hi all!

I am connecting for the first time to a sql server, and I am trying to understand which items are "of interest" to me - i.e. to which ones i should connect.

 

i was wondering if anybody could explain/share a link about the different icons that show up:

 

nightfall_0-1659302491497.png

 

According to the guide, the items are respectively views, tables and functions.

However, if i may have an idea of what a table is, i cannot grasp what the other items (views and functions) are and what's their use.

 

Can someone point me to the right direction?

 

Thank you in advance,

 

Vittorio

1 ACCEPTED SOLUTION
Nathaniel_C
Community Champion
Community Champion

Hi  ,
A VIEW in SQL Server is like a virtual table that contains data from one or multiple tables. It does not hold any data and does not exist physically in the database. Similar to a SQL table, the view name should be unique in a database. It contains a set of predefined SQL queries to fetch data from the database.

@nightfall





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
Nathaniel_C
Community Champion
Community Champion

Hi  ,
A VIEW in SQL Server is like a virtual table that contains data from one or multiple tables. It does not hold any data and does not exist physically in the database. Similar to a SQL table, the view name should be unique in a database. It contains a set of predefined SQL queries to fetch data from the database.

@nightfall





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Hi @Nathaniel_C , thank you for your comprehensive reply!

 

so from a strategic perspective it might be a good move to check the content of the views, because there might already be an aggregation of tables that I would otherwise be forced to do alone? Given that this source has tenths of items and nobody will explain me their use..??

 

thanks again,

 

vittorio

Hi @nightfall ,

Absolutely! I did not realize that nobody was explaining what you are looking at.  My condolences, but sometimes that is what we do as data analysts. Also it might be helpful if you have someone who is a knowledgeable DBA to give you a hand as the code used to build the tables and views should be accessible.  Be methodical, and write out each thing you learn. My experience is that something like this can be a confusing mess at first, but eventually you can achieve an understanding of the data by familiarity block by block.  Keep your goal in mind and clearly defined, because it is easy to be led down a rabbit hole. 

 

Good luck!


Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.