Lets say you have a query
select * from db2.employees;
here what is db2 - is it schema name, database name or table creator
name?
Also, does it make a difference of notation when you are in pc world
or mainframe zos world. I am using v8 on pc and v7 on zos.
Please explain.
Thanks.
T.
select * from db2.employees;
here what is db2 - is it schema name, database name or table creator
name?
Also, does it make a difference of notation when you are in pc world
or mainframe zos world. I am using v8 on pc and v7 on zos.
Please explain.
Thanks.
T.
Comment