Truy vấn này xảy ra như thế nào (dựa trên mô tả từ sách hướng dẫn)?
SELECT table_name
FROM information_schema.tables
WHERE table_schema='public'
AND table_type='BASE TABLE';
Truy vấn này xảy ra như thế nào (dựa trên mô tả từ sách hướng dẫn)?
SELECT table_name
FROM information_schema.tables
WHERE table_schema='public'
AND table_type='BASE TABLE';