SQL (Structured Query Language) MCQ Quiz (Multiple Choice Questions And Answers)
Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:
List of Programming Full Forms
- UPDATE and TRUNCATE
- SELECT and INSERT
- GRANT and REVOKE
- ROLLBACK and SAVEPOINT
8. If you don’t specify ASC or DESC after a SQL ORDER BY clause, the following is used by default ____
- ASC
- DESC
- There is no default value
- None of the mentioned
- DELETE does not free the space containing the table and TRUNCATE free the space containing the table
- Both DELETE and TRUNCATE free the space containing the table
- Both DELETE and TRUNCATE does not free the space containing the table
- DELETE free the space containing the table and TRUNCATE does not free the space containing the table
- The AS SQL clause is used to change the name of a column in the result set or to assign a name to a derived column
- The AS clause is used with the JOIN clause only
- The AS clause defines a search condition
- All of the mentioned