Data Model
The CData Excel Add-In for Facebook models Facebook APIs as relational Tables, Views, and Stored Procedures. The add-in uses the Facebook API to process supported filters. The add-in processes other filters client-side within the add-in.
Tables
Tables describes the available tables.
Views
Views are tables that cannot be modified. Typically, data that are read-only and cannot be updated are shown as views.
Stored Procedures
Stored Procedures are function-like interfaces to the data source. They can be used to search, update, and modify information in the data source.