Wednesday, September 1, 2010

Use the ADD_GROUP_COLUMN function to add a column to a record group that was created at design time.I) TRUE II)FALSE

false.because we can add colomn after constructing table also using alter command as
SQL>alter table<table_name>(add <col_name> datatype(size));

No comments:

Post a Comment