Database

  • SQL Queries

    SQL Query to list all tables within the connected databaseSELECT * FROM information_schema.tables;SQL Query to list columns with tablesSELECT TABLE_NAME, COLUMN_...