Hi,
If we execute the query select 5+4 from sysibm.susdummy1.And we have never inserted datainto the sysibm.sysdummy1 table before.Which of the following statements best describes the sysibm.sysdummy1 table.
Hi,
If we execute the query select 5+4 from sysibm.susdummy1.And we have never inserted datainto the sysibm.sysdummy1 table before.Which of the following statements best describes the sysibm.sysdummy1 table.
I'm not sure you can insert a row into that table. By definition, it always returns a single row.