PostgreSQL - Advanced PL/pgSQL
What does a PostgreSQL function declared with
RETURNS TABLE do?RETURNS TABLE do?RETURNS TABLE clause defines that the function will return a set of rows with specified columns, like a table.RETURNS TABLE returns multiple rows and columns.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions