17 ms·
You can add the following statements in the first example and click "Run" button in order to understand the underlying tables' structure and contents mentioned
by valyala 9d ago
You can add the following statements in the first example and click "Run" button in order to understand the underlying tables' structure and contents mentioned in the example:
SELECT * FROM person;
SELECT * FROM follows;
You can explore the database used in this example with any valid PostgreSQL statements.
- exceptione 9d agoOkay, that is better than I thought, can confirm it works.