SQL Queries
Persistent objects of classes are also accessible as rows in relational tables. Using the SQL section of the Management Portal, you can query the ObjectScript.Person table. Use the Management Portal; click System Operation > SQL, and click the Execute Query tab. Enter the following SQL query and click Execute.
select Name, Phone, DOB from ObjectScript.Person
order by Name