Advertisement
Advertisement
SQL & Querying Quizzes, Questions & Answers
Recent SQL & Querying Quizzes
Questions: 20 | Attempts: 142 | Last updated: Aug 7, 2025
-
Sample QuestionYou can add a row using SQL in a database with which of the following?
Questions: 16 | Attempts: 474 | Last updated: Mar 20, 2025
-
Sample QuestionExamine the structure of the EMPLOYEES and NEW_EMPLOYEES tables: EMPLOYEES EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHARD2(25) LAST_NAME VARCHARD2(25) HIRE_DATE DATE NEW EMPLOYEES EMPLOYEE_ID NUMBER Primary Key NAME VARCHAR2(60) Which UPDATE statement is valid?
Questions: 18 | Attempts: 280 | Last updated: Mar 21, 2025
-
Sample QuestionWith SQL, how can you delete the records where the "FirstName" is "Peter" in the Persons Table?
Questions: 16 | Attempts: 1492 | Last updated: Mar 21, 2025
-
Sample QuestionPL/SQL is a _______ language?
Questions: 20 | Attempts: 1055 | Last updated: Mar 20, 2025
-
Sample QuestionA pointer is
Questions: 10 | Attempts: 306 | Last updated: Mar 20, 2025
-
Sample QuestionYou can fetch only one row at a time.
Questions: 10 | Attempts: 434 | Last updated: Mar 16, 2025
-
Sample QuestionWhich SQL command is used to extract data from tables?
Questions: 26 | Attempts: 246 | Last updated: Mar 20, 2025
-
Sample QuestionT-SQL: You have a table with a colum entitled 'job', whose values are all lower case. If you execute the following query: SELECT ename, job, deptno FROM dbo.emp WHERE job = 'CLERK' you will not get any results back buecase the match is case sensitve and so because all values of the 'job' colum are lowercase, uppercase 'CLERK' will not be found.
Questions: 34 | Attempts: 545 | Last updated: Mar 22, 2025
-
Sample QuestionWhich /SQL*Plus feature can be used to replace values in the WHERE clause?
Questions: 20 | Attempts: 1157 | Last updated: Mar 18, 2025
-
Sample QuestionWhich two statements are true regarding the default behavior of the ORDER BY clause? (Choose two.)
Advertisement