IMPORTANT: A PostgreSQL database is required for this training session. Because of the limited time for today's session, we will not cover setting up a PostgreSQL database during the session. So, we ...
As we saw in the video, PostgreSQL has a system database called INFORMATION_SCHEMA that allows us to extract information about objects, including tables, in our database. In this exercise we will look ...