Join the discussion
Question 1/258
View the Exhibit and examine the details of the PRODUCT_INFORMATION table. (Choose two.)

Evaluate this SQL statement:
SELECT TO_CHAR (list_price, '$9,999')
From product_information;
Which two statements are true regarding the output?

Evaluate this SQL statement:
SELECT TO_CHAR (list_price, '$9,999')
From product_information;
Which two statements are true regarding the output?
Correct Answer: A,B
Add Comments
- Other Question (258q)
- Q1. View the Exhibit and examine the details of the PRODUCT_INFORMATION table. (Choose two.) (...
- Q2. Which two statements are true about the rules of precedence for operators?...
- Q3. Examine the data in the CUSTOMERStable: (Exhibit) You want to list all cities that have mo...
- Q4. Examine the commands used to create DEPARTMENT_DETAILS and COURSE_DETAILS: (Exhibit) You w...
- Q5. Examine the commands used to create DEPARTMENT_DETAILSand COURSE_DETAILS: (Exhibit) You wa...
- Q6. View the Exhibit and examine the description of the tables. (Exhibit) You execute this SQL...
- Q7. View the Exhibit and examine the data in EMP and DEPT tables. (Exhibit) In the DEPT table,...
- Q8. View the Exhibit and examine the structure in the EMPLOYEES tables. (Exhibit) Evaluate the...
- Q9. Examine the data in the CUST NAME column of the CUSTOMERS table: CUST_NAME ---------------...
- Q10. View the Exhibit and examine the structure of the PRODUCTStable (Exhibit) Which two tasks ...
- Q11. Examine the data in the ORDERS table: (Exhibit) Examine the data in the INVOICES table: (E...
- Q12. Examine the structure of the BOOKS_TRANSACTIONS table: NameNull?Type ---------------------...
- Q13. Which two are the minimal requirements for a self-join? (Choose two.)...
- Q14. Examine the commands used to create DEPARTMENT_DETAILS and COURSE_DETAILS tables: (Exhibit...
- Q15. Examine the description of the ENPLYEES table: (Exhibit) Which two queries return all rows...
- Q16. In the customers table, the CUST_CITY column contains the value 'Paris' for the CUST_FIRST...
- Q17. Which three are true about the CREATE TABLEcommand? (Choose three.)...
- Q18. Examine the structure of the PROGRAMS table: (Exhibit) Which two SQL statements would exec...
- Q19. View the Exhibit and examine the structure of the PRODUCT table. (Exhibit) Which two tasks...
- Q20. Which two statements are true regarding roles? (Choose two.)...
- Q21. Examine the following query: SQL> SELECT prod_id, amount_sold FROM sales ORDER BY amoun...
- Q22. You need to display the first names of all customers from the CUSTOMERS table that contain...
- Q23. You need to display the date 11-oct-2007 in words as 'Eleventh of October, Two Thousand Se...
- Q24. Evaluate the following statement. (Exhibit) Which statement is true regarding the evaluati...
- Q25. Which two statements execute successfully?
- Q26. Which statement is true regarding the INTERSECT operator?...
- Q27. Examine the structure of the employees table. (Exhibit) There is a parent/child relationsh...
- Q28. View the exhibit and examine the data in the PROJ_TASK_DETAILS table. (Choose the best ans...
- Q29. View the exhibit and examine the structure of the EMPLOYEEStable. (Exhibit) You want to di...
- Q30. Examine the description of the EMPLOYEES table: (Exhibit) You write this failing statement...
- Q31. Examine the data in the CUST_NAMEcolumn of the CUSTOMERStable. CUST_NAME -----------------...
- Q32. Examine the description of the EMP_DETAILS table given below: (Exhibit) Which two statemen...
- Q33. Which two statement are true regarding table joins available in the Oracle Database server...
- Q34. Examine the structure proposed for the TRANSACTIONStable: (Exhibit) Which two statements a...
- Q35. Which three statements are true about an ORDER BY clause?...
- Q36. Examine this SQL statement: (Exhibit) Which two are true?...
- Q37. Examine the data in the COLORS table: (Exhibit) Examine the data in the BRICKS table: (Exh...
- Q38. View the Exhibit and examine the structure in the DEPARTMENTS tables. (Choose two.) (Exhib...
- Q39. View the Exhibit and examine the data in the EMPLOYEES table. Exhibit (Exhibit) You want t...
- Q40. View the Exhibit and examine the structure of the ORDERS table. (Exhibit) You must select ...
- Q41. The CUSTOMERS table has a CUST_CREDT_LIMIT column of data type number. Which two queries e...
- Q42. View the exhibit and examine the structure of the STORES table. STORES table NameNull?Type...
- Q43. View the Exhibit and examine the structure of the SALES table. (Exhibit) The following que...
- Q44. View the Exhibit and examine the structure of the CUSTOMERS table. Using the CUSTOMERS tab...
- Q45. Which two tasks can be performed by using Oracle SQL statements?...
- Q46. View the exhibit and examine the data in ORDERS_MASTER and MONTHLY_ORDERS tables. (Exhibit...
- Q47. Examine the description of the EMPLOYEES table: (Exhibit) Which two queries return rows fo...
- Q48. Which three are true about privileges and roles?...
- Q49. Which two statements are true about selecting related rows from two tables based on entity...
- Q50. The EMPLOYEES table contains columns EMP_ID of data type NUMBER and HIRE_DATE of data type...
- Q51. Choose two Examine the description of the PRODUCT DETALS table: (Exhibit)...
- Q52. Which three are true about granting object privileges on tables, views, and sequences?...
- Q53. Which two join conditions in a from clause are non-equijoins?...
- Q54. Examine the description of the EMPLOYEES table: (Exhibit) Examine this query: (Exhibit) Wh...
- Q55. Which three statements are true about an ORDER BY clause?...
- Q56. Examine the structure of the EMPLOYEES table. (Exhibit) You must display the maximum and m...
- Q57. You must create a table EMPLOYEES in which the values in the columns EMPLOYEES_ID and LOGI...
- Q58. Which two statements are true about sequences crated in a single instance Oracle database?...
- Q59. Which two statements are true about the WHERE and HAVING clauses in a SELECT statement?...
- Q60. What is true about non-equijoin statement performance?...
- Q61. You issue this command which succeeds: SQL> DROP TABLE products; Which three statements...
- Q62. Examine these two queries and their output: SELECT deptno, dname FROM dept; (Exhibit) SELE...
- Q63. Examine the structure of the Books_TRANSACTIONS table: (Exhibit) Examine the SQl statement...
- Q64. View the Exhibit and examine the structure of ORDERS and ORDER_ITEMS tables. ORDER_ID is t...
- Q65. Examine the description of the CUSTOMERS table: (Exhibit) Which two SELECT statements will...
- Q66. Which two are true about the USING clause when joining tables?...
- Q67. You must create a SALES table with these column specifications and data types: SALESID: Nu...
- Q68. Examine this business rule: Each student can work on multiple projects and each project ca...
- Q69. Examine the types and examples of relationship that follow: 1 One-to-one a) teacher to Stu...
- Q70. Examine the commands used to create DEPARTMENT_DETAILS and COURSE_DETAILS: (Exhibit) You w...
- Q71. Examine the structure of the CUSTOMERS table: (Choose two.) (Exhibit) CUSTNO is the PRIMAR...
- Q72. Which three statements about roles are true?
- Q73. SCOTT is a user in the database. Evaluate the commands issued by the DBA: (Exhibit) Which ...
- Q74. Examine the ORDER _ITEms table: (Exhibit) Which two queries return rows where QUANTITY is ...
- Q75. Examine this description of the PRODUCTS table: (Exhibit) You successfully execute this co...
- Q76. You must create a table EMPLOYEES in which the values in the columns EMPLOYEES_ID and LOGI...
- Q77. View the Exhibit and examine the structure of the CUSTOMERS and CUST_HISTORY tables. The C...
- Q78. Examine the commands used to create DEPARTMENT_DETAILSand COURSE_DETAILS tables: (Exhibit)...
- Q79. View the exhibit and examine the data in ORDERS_MASTER and MONTHLY_ORDERS tables. (Exhibit...
- Q80. View the Exhibit and examine the structure of the EMPLOYEES and JOB_HISTORY tables. (Exhib...
- Q81. View the Exhibit and examine the structure of the ORDER_ITEMS and ORDERS tables. (Exhibit)...
- Q82. Which two statements are true about conditional INSERT ALL?...
- Q83. The customers table has the following structure: You need to write a query that does the f...
- Q84. Examine this SELECT statement and view the Exhibit to see its output: (Choose two.) SELECT...
- Q85. Examine the description of the ENPLOYES table: (Exhibit) Which query requires explicit dat...
- Q86. See the Exhibit and examine the structure of the PROMOTIONS table: (Exhibit) Using the PRO...
- Q87. What is true about non-equijoin statement performance?...
- Q88. Which statement is true regarding the default behavior of the ORDER BY clause?...
- Q89. Examine the SQL statement used to create the TRANSACTION table. (Choose the best answer.) ...
- Q90. Examine the commands used to create DEPARTMENT_DETAILSand COURSE_DETAILS tables: (Exhibit)...
- Q91. Which statement is true about the INTERSECT operator used in compound queries?...
- Q92. You execute this query: SELECT TO CHAR (NEXT_DAY(LAST_DAY(SYSDATE),'MON' ),' dd"Monday for...
- Q93. View the Exhibit and examine the description of the EMPLOYEEStable. (Exhibit) Evaluate the...
- Q94. View the Exhibit and examine the structure of the ORDERS table. The columns ORDER_MODE and...
- Q95. (Exhibit) Which three statements are true?
- Q96. The PROD_ID column is the foreign key in the SALES table.Which references the PRODUCTS tab...
- Q97. Which statement falls to execute successfully?...
- Q98. Which two statements are true regarding roles? (Choose two.)...
- Q99. A non-correlated subquery can be defined as __________. (Choose the best answer.)...
- Q100. Which two queries return the string Hello! we're ready?...
- Q101. Examine the description of the PRODUCTS table: (Exhibit) Which three queries use valid exp...
- Q102. View the exhibit and examine the structure of the CUSTOMERS table. (Exhibit) Which two tas...
- Q103. Which two queries only return CUBE?
- Q104. Evaluate the following SQL statement: SELECT product_name || 'it's not available for order...
- Q105. Examine the structure of the EMPLOYEES table. (Choose the best answer.) (Exhibit) You must...
- Q106. Which three queries execute successfully?
- Q107. View the exhibit and examine the structure of the SALES, CUSTOMERS, PRODUCTSand TIMEStable...
- Q108. Which two statements are true regarding multiple-row subqueries? (Choose two.)...
- Q109. View the Exhibit and examine the structure of CUSTOMERS table. (Exhibit) Evaluate the foll...
- Q110. Which two are true about the WITH GRANT OPTION clause?...
- Q111. Which two statements are true about INTERVAL data types? (Choose two.)...
- Q112. The EMPLOYEES table contains columns EMP_ID of data type NUMBER and HIRE_DATE of data type...
- Q113. Which two statements are true about Data Manipulation Language (DML) statements? (Choose t...
- Q114. Which two are true about scalar subquery expressions? (Choose two.)...
- Q115. Examine the data in the EMP table: (Exhibit) You execute this query: SELECT deptno AS "Dep...
- Q116. Which three statements are true about GLOBAL TEMPORARY TABLES? (Choose three.)...
- Q117. View the Exhibit and examine the structure of the ORDER_ITEMS table. (Choose the best answ...
- Q118. Which two statements are true about Data Manipulation Language (DML) statements?...
- Q119. Examine the structure of the SHIPMENTS table: (Exhibit) You want to generate a report that...
- Q120. Examine the description of the PRODUCTS table: (Exhibit) Which three queries use valid exp...
- Q121. Evaluate the following SQL statement: SQL> select cust_id, cust_last_name "Last name" F...
- Q122. View the Exhibit and examine the data in the PRODUCT_INFORMATION table. (Exhibit) Which tw...
- Q123. Sales data of a company is stored in two tables, SALES1 and SALES2, with some data being d...
- Q124. Which three statements are true about inner and outer joins?...
- Q125. View the exhibit and examine the structure and data in the INVOICE table. (Exhibit) Which ...
- Q126. Which statement is true regarding the USINGclause in table joins? (Choose two.)...
- Q127. Which three statements are true about Structured Query Language (SQL)? (Choose three.)...
- Q128. The STORES table has a column START_DATE of data type DATE, containing the datethe row was...
- Q129. You have the privileges to create any type of synonym. Which stalement will create a synon...
- Q130. Which two statements are true about the ORDER BY clause?...
- Q131. Examine the description of the PRODUCT_DETAILStable: (Exhibit) Which two statements are tr...
- Q132. Examine the description of the EMPLOYEES table: (Exhibit) NLS_DATE_FORMAT is set to DD-MON...
- Q133. View the Exhibit and examine the details of PRODUCT_INFORMATIONtable. (Exhibit) You have t...
- Q134. Which two statements are true about the ORDER BY clause when used with a SQL statement con...
- Q135. Which three statements are true about Data Manipulation Language (DML)?...
- Q136. View the exhibit and examine the structure of the STOREStable. (Exhibit) You want to displ...
- Q137. Which two statements are true regarding the COUNT function? (Choose two.)...
- Q138. In which three situations does a new transaction always start?...
- Q139. Examine the data in the EMP table: (Exhibit) You execute this query: SELECT deptno AS "Dep...
- Q140. Which two statements are true about the DUAL table?...
- Q141. Which two statements are true regarding non equijoins?...
- Q142. View the Exhibit and examine the structure of the BOOKStable. (Exhibit) The BOOKS table co...
- Q143. The STORES table has a column START_ DATE of data type DATE, containing the date the row w...
- Q144. Examine the description of the EMPLOYEES table: (Exhibit) Which query requires explicit da...
- Q145. Examine the description of the MEMBERS table; SELECT city,last_name LNAME FROM members ......
- Q146. Which three statements are true about performing DML operations on a view with no INSTEAD ...
- Q147. Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and QUANTITY, of data type NUMBER ...
- Q148. Examine this SELECT statement and view the Exhibit to see its output: (Choose two.) (Exhib...
- Q149. View the Exhibit and examine the structure of the PRODUCT table. (Exhibit) Which two tasks...
- Q150. View the Exhibit and examine the structure of the PRODUCT_INFORMATION table. (Choose the b...
- Q151. Evaluate the following CREATE TABLEcommand: (Exhibit) Which statement is true regarding th...
- Q152. Evaluate the following CREATE TABLE command: (Exhibit) Which statement is true regarding t...
- Q153. View the Exhibit and examine the structure of the ORDER_ITEMS table. (Exhibit) You must se...
- Q154. Examine the description of the ENPLOYES table: (Exhibit) Which query requires explicit dat...
- Q155. Examine this statement: CREATE TABTE orders (sarial_no NUMBER UNIQUE, order_id NUMBER PRIM...
- Q156. Examine the command: (Exhibit) What does ON DELETE CASCADE imply?...
- Q157. Examine the description of the BOOKS_TRANSACTIONS table: (Exhibit) Examine this partial SQ...
- Q158. In the customers table, the CUST_CITY column contains the value 'Paris' for the CUST_FIRST...
- Q159. Evaluate the following SQL statement: SELECT product_name || 'it's not available for order...
- Q160. View the Exhibit and examine the structure of the ORDER_ITEMS table. (Exhibit) Examine the...
- Q161. Examine this statement: (Exhibit) What is returned upon execution?...
- Q162. Which two are true about external tables that use the ORACLE _DATAPUMP access driver?...
- Q163. Which two statements are true about Data Manipulation Language (DML) statements? (Choose t...
- Q164. Examine the description of the EMPLOYEES table: (Exhibit) Which two statements will run su...
- Q165. Which three statements are true? (Choose three.)...
- Q166. A session's NLS_DATE_FORMAT is set to DD Mon YYYY . Which two queries return the value 1 J...
- Q167. Examine the structure of the ORDERStable: (Exhibit) You want to find the total value of al...
- Q168. Which two are true about granting object privileges on tables, views, and sequences?...
- Q169. Examine thee statements which execute successfully: CREATE USER finance IDENTIFIED BY pwfi...
- Q170. View the exhibit and examine the descriptions of the DEPT and LOCATIONS tables. You want t...
- Q171. View the exhibit and examine the structure in ORDERSand ORDER_ITEMStables. (Exhibit) You n...
- Q172. Which four statements are true regarding primary and foreign key constraints and the effec...
- Q173. View the exhibit and examine the data in the PROJ_TASK_DETAILS table. (Choose the best ans...
- Q174. View the Exhibit and examine the structure of the CUSTOMERS and CUST_HISTORY tables. (Exhi...
- Q175. Examine the structure of the BOOKS_ TRANSACTIONS table: (Exhibit) Examine the SQL statemen...
- Q176. Examine the business rule: Each student can work on multiple projects and each project can...
- Q177. The first DROP operation is performed on PRODUCTS table using the following command: DROP ...
- Q178. Which three statements are true about GLOBAL TEMPORARY TABLES?...
- Q179. View the exhibit and examine the structure of the CUSTOMERStable. (Exhibit) Which two task...
- Q180. Which two statements will convert the string Hello world to ello wozid?...
- Q181. n the customers table, the CUST_CITY column contains the value 'Paris' for the CUST_FIRST_...
- Q182. Examine this partial command: CREATE TABLE cust( cust_id NUMBER(2), credit_limit NUMBER(10...
- Q183. Which two statements are true regarding savepoints? (Choose two.)...
- Q184. The first DROP operation is performed on PRODUCTS table using this command: DROP TABLE pro...
- Q185. Which two tasks require subqueries?
- Q186. View the exhibits and examine the structures of the COSTSand PROMOTIONStables. (Exhibit) E...
- Q187. Examine the description of the CUSTOMERS table: (Exhibit) Which two statements will do an ...
- Q188. Examine the contents of the EMP table: (Exhibit) What is the result? (Exhibit)...
- Q189. The SYSDATEfunction displays the current Oracle Server date as: 21-MAY-19 You wish to disp...
- Q190. Examine the description of the EMPLOYEES table: (Exhibit) Which query is valid?...
- Q191. View the Exhibit and examine the structure in the DEPARTMENTS tables. (Choose two.) (Exhib...
- Q192. View the Exhibit and examine the structure of the SALESand PRODUCTStables. (Choose two.) (...
- Q193. Which three statements are true regarding the data types?...
- Q194. The INVOICE table has a QTY_SOLD column of data type NUMBER and an INVOICE_DATE column of ...
- Q195. Evaluate the following CREATE TABLE command: Which statement is true regarding the above S...
- Q196. Which statement is true regarding external tables?...
- Q197. Examine the description of the EMPLOYEES table: (Exhibit) Which two queries return rows fo...
- Q198. An Oracle database server session has an uncommitted transaction in progress which updated...
- Q199. Evaluate the following SELECTstatement and view the exhibit to examine its output: SELECT ...
- Q200. Examine the description of the CUSTOMERS table: Which three statements will do an implicit...
- Q201. View the exhibit and examine the data in ORDERS_MASTERand MONTHLY_ORDERStables. (Exhibit) ...
- Q202. Examine this SQL statement: SELECT cust_id, cus_last_name "Last Name" FROM customers WHERE...
- Q203. View the exhibit and examine the description of the EMPLOYEES table. (Choose two.) (Exhibi...
- Q204. Which three statements are true about the DESCRIBE command?...
- Q205. View the exhibit and examine the descriptions of the DEPT and LOCATIONS tables. (Exhibit) ...
- Q206. Examine the description of the EMPLOYEES table: (Exhibit) Which query requires explicit da...
- Q207. View the Exhibit and examine the data in the PRODUCTS table. (Choose the best answer.) (Ex...
- Q208. Examine the data in the PRODUCTS table: (Exhibit) Examine these queries: 1. SELECT prod na...
- Q209. Which two statements are true about current_timestamp?...
- Q210. You want to display 5 percent of the rows from the SALES table for products with the lowes...
- Q211. Examine the structure proposed for the TRANSACTIONStable: (Exhibit) Which two statements a...
- Q212. In the EMPLOYEES table there are 1000 rows and employees are working in the company for mo...
- Q213. View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables. (Choose the bes...
- Q214. Which two partitioned table maintenance operations support asynchronous Global Index Maint...
- Q215. View the Exhibit and examine the structure in the DEPARTMENTS tables. (Choose two.) (Exhib...
- Q216. Examine the structure of the MEMBERS table: (Choose the best answer.) Examine the SQL stat...
- Q217. Examine the description of the PRODUCT_ STATUS table: (Exhibit) The STATUS column contains...
- Q218. Choose two Examine the description of the PRODUCT DETALS table: (Exhibit)...
- Q219. View the Exhibit and examine the data in the PROMOTIONStable. (Exhibit) PROMO_BEGIN_DATEis...
- Q220. Which two statements are true about substitution variables?...
- Q221. Examine the description of the PRODCTS table which contains data: (Exhibit) Which two are ...
- Q222. Which three statements are true regarding group functions? (Choose three.)...
- Q223. Examine the description of the PRODUCT_DETAILS table: (Exhibit) Which two statements are t...
- Q224. View the Exhibit and examine the structure of the PRODUCT_INFORMATIONand INVENTORIEStables...
- Q225. Examine these statements which execute successfully: (Exhibit) Both statements display dep...
- Q226. Examine these SQL statements that are executed in the given order: (Exhibit) What will be ...
- Q227. Which two are true about a SQL statement using SEToperators such as UNION? (Choose two.)...
- Q228. Examine the data in the INVOICES table: (Exhibit) Examine the data in the CURRENCIES table...
- Q229. Examine the structure of the MEMBERS table: (Exhibit) Examine the SQL statement: SQL > ...
- Q230. Which task can be performed by using a single Data Manipulation Language (DML) statement?...
- Q231. In which three situations does a new transaction always start? (Choose three.)...
- Q232. Which two statements are true about INTERVAL data types...
- Q233. In the PROMOTIONS table, the PROMO_ BEGIN_DATE column is of data type and the default date...
- Q234. Which statement is true about transactions?
- Q235. View the Exhibit and examine the structure of the EMP table which is not partitioned and n...
- Q236. Which two statements cause changes to the data dictionary?...
- Q237. Examine the description of the EMPLOYEES table (Exhibit) You write this failing statement:...
- Q238. You must create a table EMPLOYEES in which the values in the columns EMPLOYEES_ID and LOGI...
- Q239. You execute the following commands: (Exhibit) For which substitution variables are you pro...
- Q240. Examine the structure of the MEMBERStable. (Exhibit) Which query can be used to display th...
- Q241. Evaluate the following ALTER TABLE statement: ALTER TABLE orders SET UNUSED (order_date); ...
- Q242. View the exhibit and examine the structure of the EMPLOYEEStable. (Exhibit) You want to di...
- Q243. Which three statements are true about the DESCRIBE command? (Choose three.)...
- Q244. View the Exhibit and examine the structure of the SALES and PRODUCTS tables. (Choose two.)...
- Q245. View the Exhibit and examine the structure of the SALES and PRODUCTS tables. (Choose two.)...
- Q246. Which three statements are true about time zones, date data types, and timestamp data type...
- Q247. Examine the description of the ORDERS table: (Exhibit) Which three statements execute succ...
- Q248. Which three are true about privileges?
- Q249. Which two are true about the data dictionary?
- Q250. View the Exhibit and examine the description of the EMPLOYEES table. You want to calculate...
- Q251. The ORDERS table has a primary key constraint on the ORDER_ID column. The ORDER_ITEMS tabl...
- Q252. Which three are true about system and object privileges? (Choose three.)...
- Q253. Which three statements are true about GLOBAL TEMPORARY TABLES?...
- Q254. Examine this query: (Exhibit) Which two methods should you use to prevent prompting for a ...
- Q255. SELECT * FROM bricks,colors; Which two statements are true?...
- Q256. Which three are true about the MERGE statement...
- Q257. Which two statements are true regarding subqueries? (Choose two.)...
- Q258. The user SCOTT who is the owner of ORDERS and ORDER_ITEMS tables issues this GRANT command...
