AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6202
Which of the following is not...
Which of the following is not true about writing SQL statements?
Keywords cannot be split across lines or abbreviated
SQL statements are case sensitive
Correct
Clauses are usually placed on separate lines for readability and ease of editing
Indents should be used to make code more readable
Similar IT-6202 questions
What is the return value if the user try to do the following:SELECT TRUNC (65.73,-2) FROM DUAL;
Which of the following query is correct which will display the same output as shown below?
Which of the following is the correct example updating the student LASTNAME TO =E2=80=98SANTOS' and...
Which of the following is the correct example updating all student COURSE to =E2=80=98BSIT' from STU...
Which of the following is the correct example of updating the LASTNAME to =E2=80=98REYES' of all stu...
Which of the following is the correct example of updating the COURSE to =E2=80=98N/A' of all student...