<< Prev Question Next Question >>

Question 39/106

You execute these commands:
CREATE TABLE customers (customer_id INTEGER, customer_name VARCHAR2 (20) ) TNSERT INTO customers VALUES (1, 'Customer 1 ' ) ; SAVEPOTNT post_insert; INSERT INTO customers VALUES (2, 'Customer 2');
<TODO>
SELECT COUNT(*) FROM customers;
Which two, used independently, can replace <todo> so the query returns 1?

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (106q)
Question 1: In which normal form is a table, if it has no multi-valued a...
Question 2: View the Exhibit and examine the structure of ORDERS and CUS...
Question 3: View the Exhibit and examine the structure of the ORDERS tab...
Question 4: Examine the structure of the EMPLOYEES table. (Exhibit) You ...
Question 5: The customers table has the following structure: (Exhibit) Y...
Question 6: Examine this statement which executes successfully: Which st...
1 commentQuestion 7: Which three statements are true about Structured Query Langu...
Question 8: Examine the business rule: Each student can take up multiple...
Question 9: Evaluate the following statement. (Exhibit) Which statement ...
Question 10: The stores table has a column start__date of data type date,...
Question 11: Which statements are true? (Choose all that apply.)...
Question 12: Evaluate the following two queries: (Exhibit) Which statemen...
Question 13: You execute this query: (Exhibit) What is the result?...
Question 14: The ORDERS table has a column ORDER_DATE of date type DATE T...
Question 15: View the exhibit and examine the structure of the SALES, CUS...
Question 16: In which three situations does a transaction complete? (Choo...
Question 17: The following are the steps for a correlated subquery, liste...
Question 18: View the exhibit and examine the structure of the SALES, CUS...
Question 19: View the Exhibit and examine the details of the PRODUCT_INFO...
Question 20: View the exhibit and examine the structure of the SALES, CUS...
1 commentQuestion 21: View the Exhibit and examine the data in the PRODUCTStable. ...
4 commentQuestion 22: View the Exhibit and examine the structure of ORDERS and ORD...
1 commentQuestion 23: Table HR.EMPLOYEEScontains a row where the EMPLOYEE_IDis 109...
1 commentQuestion 24: You are designing the structure of a table in which two colu...
1 commentQuestion 25: View the Exhibit and examine the structure of ORDERSand ORDE...
Question 26: Which three tasks can be performed by DDL statements?...
Question 27: Which is true about the &amp; and &amp;&amp; prefixes with s...
Question 28: The first DROP operation is performed on PRODUCTS table usin...
1 commentQuestion 29: You must display details of all users whose username contain...
Question 30: Examine the structure of the PROMOTIONS table: (Choose the b...
Question 31: Examine the description of the EMPLOYEES table: (Exhibit) Wh...
Question 32: View the Exhibit and examine the structure of ORDER_ITEMS an...
Question 33: View the Exhibit and examine the data in the EMPLOYEES table...
Question 34: You issued this command: SQL &gt; DROP TABLE employees; Whic...
1 commentQuestion 35: You want to display 5 percent of the rows from the sales tab...
Question 36: Examine the data in the CUST_NAME column of the CUSTOMERS ta...
Question 37: View the exhibit and examine the structure of the EMPLOYEESt...
Question 38: Examine the structure of the MEMBERS table: (Choose the best...
Question 39: You execute these commands: CREATE TABLE customers (customer...
Question 40: View the Exhibit and examine the data in the PROMOTIONS tabl...
1 commentQuestion 41: Examine the commands used to create DEPARTMENT_DETAILSand CO...
Question 42: View the Exhibit and examine the structure of the SALES and ...
Question 43: Which three statements are true about dropping and unused co...
1 commentQuestion 44: Examine these statements executed in a single Oracle session...
Question 45: Which two statements are true regarding the USINGand ONclaus...
1 commentQuestion 46: Examine the business rule: Each student can work on multiple...
Question 47: Examine the command: (Exhibit) What does ON DELETE CASCADE i...
Question 48: Examine the structure of the BOOKS_TRANSACTIONStable: (Exhib...
1 commentQuestion 49: Which three statements are true regarding the WHEREand HAVIN...
Question 50: View the Exhibit and examine the data in the EMPLOYEES table...
1 commentQuestion 51: View the exhibit and examine the structure in ORDERSand ORDE...
Question 52: View the Exhibit and examine the structure in the DEPARTMENT...
Question 53: View the exhibit and examine the descriptions of the DEPT an...
Question 54: A session's NLS_DATE_FORMAT is set to DD Mon YYYY. Which two...
1 commentQuestion 55: Examine the description of the PRODUCTS table: (Exhibit) Whi...
Question 56: These are the steps for a correlated subquery, listed in ran...
Question 57: Examine the structure of the EMPLOYEEStable. (Exhibit) There...
1 commentQuestion 58: Which two statements are true about conditional INSERT ALL?...
Question 59: View the Exhibit and examine the structure of the PRODUCT_IN...
Question 60: Which two queries only return CUBE?...
Question 61: Examine these requirements: 1. Display book titles for books...
Question 62: Examine the description of the EMPLOYEES table: (Exhibit) Yo...
Question 63: You want to display 5 percent of the rows from the SALEStabl...
1 commentQuestion 64: You issued this command: (Exhibit) Which three statements ar...
Question 65: View the Exhibit and examine the structure of the EMPLOYEES ...
Question 66: Which three statements are true about the ALTER TABLE....DRO...
Question 67: Examine the types and examples of relationship that follow: ...
Question 68: You executed the following CREATE TABLE statement that resul...
Question 69: Examine the structure of the SHIPMENTS table: (Exhibit) You ...
Question 70: View the Exhibit and examine the structure of the CUSTOMERS ...
Question 71: View the Exhibit and examine the structure of the CUSTOMERS ...
Question 72: View the exhibit and examine the data in the PROJ_TASK_DETAI...
Question 73: Evaluate the following query (Exhibit) What is the correct o...
Question 74: You need to produce a report where each customer's credit li...
1 commentQuestion 75: Examine the description of the BOOKS_TRANSACTIONS table: (Ex...
1 commentQuestion 76: Which three statements are true about defining relations bet...
Question 77: Which statement is true regarding the INTERSECToperator?...
1 commentQuestion 78: Examine the description of the EMPLOYERS table: (Exhibit) Ex...
Question 79: View the exhibit and examine the structure of the STORES tab...
Question 80: Evaluate the following SELECT statement and view the Exhibit...
Question 81: Examine the description of the EMPLOYEES table: (Exhibit) NL...
1 commentQuestion 82: Which two statements are true about a self join?...
Question 83: Examine the description of the EMPLOYEES table: (Exhibit) Wh...
Question 84: Which statement is true about the INTERSECT operator used in...
Question 85: View the exhibit and examine the structure of the STORES tab...
Question 86: Examine this query: SELECT 2 FROM DUAL D1 CROSS JOIN DUA d2 ...
Question 87: See the Exhibit and examine the structure of the PROMOTIONS ...
Question 88: These are the steps for a correlated subquery, listed in ran...
Question 89: Which statements are correct regarding indexes? (Choose all ...
Question 90: Which statement is true about TRUNCATE and DELETE?...
Question 91: Which two statements are true about Data Manipulation Langua...
Question 92: View the exhibit and examine the description of the PRODUCT_...
Question 93: Sales data of a company is stored in two tables, SALES1 and ...
Question 94: View the Exhibit and examine the structure of the ORDER_ITEM...
Question 95: Which statement is true regarding the INTERSECT operator?...
Question 96: View the Exhibit and examine the data in EMP and DEPT tables...
Question 97: View the Exhibit and examine the structure of the PRODUCT_IN...
1 commentQuestion 98: Examine the structure of the BOOKS_ TRANSACTIONS table: (Exh...
1 commentQuestion 99: Which three statements are true about Data Manipulation Lang...
Question 100: Examine the description of the EMPLOYEEStable: (Exhibit) Whi...
Question 101: View the Exhibit and examine the details of the PRODUCT_INFO...
Question 102: Examine this SQL statement: DELETE FROM employees e WHERE EX...
1 commentQuestion 103: Which two commands execute successfully? * MANAGER is an exi...
Question 104: Which three statements are true about views in an Oracle Dat...
Question 105: View the exhibit and examine the description of the PRODUCT_...
Question 106: View the Exhibit for the structure of the STUDENT and FACULT...