Querying external JDBC tables
Learn how you can read the data in an JDBC external table that you have created and mapped to a remote database.
Run the SELECT statement to read data from the JDBC external table.
SELECT * FROM student_jdbc;