AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6202
Supposed that the user uses th...
Supposed that the user uses the ff SELECT statement: what will be the possible output.SELECT GRADE AS STUDENT MARK FROM GRADE_REPORT;
Error because of missing =E2=80=9C=E2=80=9D mark
Correct
Will display the column GRADE rename as STUDENT MARK
Error because of the keyword AS
Will display all rows and columns
Similar IT-6202 questions
Suppose that the user wanted to add a new column name as CUSTNAME data type char size 6. What is the...
Refer to table 1.0, suppose that user insert the following values using the statement below what wou...
Refer to table 1.0, suppose that user update the table using the statement below what would be the p...
Suppose that the user wanted to add a new column name as CUSTNAME data type char size 6. What is the...
Refer to table 1.0, suppose that user insert the following values using the statement below what wou...
Suppose that a user wanted to change the datatype of column ADDRESS from Varchar to Char which of th...