We've pre-populated a tutorial database modeling a movie app with data for this part of the tutorial. (Click on the "Schema" button below to view all of the objects available in this tutorial.) Let's explore it by using some basic queries.
Objects in EdgeDB can have properties, which are just the values associated with the objects. For example, to query all the account names try:
It's also possible to get the object properties in a JSON-like structure by using shapes. For example, to query all the account names try: