List of Examples
- 1-1 Create the Base Tables and Indexes
- 1-2 Sample data to be inserted into
team
table - 1-3 Sample data to be inserted into
driver
table - 1-4 Sample data to be inserted into
race
table - 1-5 Sample data to be inserted into
driver_race_map
table - 2-1 GraphQL Type System for the Car-Racing Relational Tables
- 2-2 JSON Schema for GraphQL Schema Representation
- 3-1 @link Directive Specifying the Joining Columns
- 3-2 Create and Insert Data to a New Table that has a Self-Referencing Field
- 3-3
_eq
Operator - 3-4
_ne
Operator - 3-5
_gt
Operator - 3-6
_lte
Operator - 3-7
_like
Operator - 3-8
_is_null
Operator - 3-9
_in
Operator - 3-10
_between
Operator - 3-11
_and
Operator - 3-12
_or
Operator - 3-13
_string
Operator - 3-14
_length
Operator - 3-15 Passing One Variable in Oracle Supported GraphQL Query
- 3-16 Combining Multiple Variables using the
_or
QBE Operator - 3-17 Using Numeric Literal in the Passing Clause of a GraphQL Variable
- 3-18 Using String Literal in the Passing Clause of a GraphQL Variable
- 3-19 Using SQL Expressions in the Passing Clause of a GraphQL Variable
- 3-20 Defining Comments in the GraphQL Table Function