<< Prev Question Next Question >>

Question 105/135

Examine this business rule:
Each student can work on multiple projects and earth project can have multiple students.
You must decide an Entity Relationship (ER) model for optional data storage and allow generating reports in this format:
STUDENT_ID FIRST_NAME LAST_NAME PROJECT_ID PROJECT_NAME PROJECT_TASK Which two statements are true?

LEAVE A REPLY

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

Question List (135q)
Question 1: Which two are true about external tables that use the ORACLE...
Question 2: BOOK_SEQ is an existing sequence in your schema. Which two C...
Question 3: Which three statements are true about defining relations bet...
Question 4: You have the privileges to create any type of synonym. Which...
Question 5: Table EMPLOYEES contains columns including EMPLOYEE_ID, JOB_...
Question 6: You own table DEPARTMENTS, referenced by views, indexes, and...
Question 7: Which two are true about transactions in the Oracle Database...
Question 8: Examine this query: SELECT TRUNC (ROUND(156.00,-2),-1) FROM ...
Question 9: Which two are true about the MERGE statement?...
Question 10: Examine the description of the BOOKS_TRANSACTIONS table: (Ex...
Question 11: Which two statements are true about the rules of precedence ...
Question 12: Which two are true about using constraints?...
Question 13: Examine the contents of the EMP table: (Exhibit) Examine thi...
Question 14: Evaluate these commands which execute successfully CREATE SE...
Question 15: SELECT * FROM bricks,colors; Which two statements are true?...
Question 16: Which two are true about virtual columns?...
Question 17: Examine these statements: CREATE TABLE alter_test (c1 VARCHA...
Question 18: Examine the description of the SALES table: (Exhibit) The SA...
Question 19: Which two true about a sql statement using SET operations su...
Question 20: Examine the description of the PRODUCT_INFORMATION table: (E...
Question 21: Which three statements are true about single row functions?...
Question 22: which three statements are true about indexes and their admi...
Question 23: Which three actions can you perform by using the ORACLE DATA...
Question 24: Examine the data in the ENPLOYEES table: (Exhibit) Which sta...
Question 25: Which two statements are true about * TABLES views?...
Question 26: Which two statements are true about conditional INSERT ALL?...
Question 27: Which three are true?
Question 28: Which two statements are true about the DUAL table?...
Question 29: Which three statements are true about Oracle synonyms?...
Question 30: Examine the description of the EMPLOYEES table: (Exhibit) NL...
Question 31: Examine the description of the CUSTOMERS table: (Exhibit) Wh...
Question 32: Examine this query: SELECT 2 FROM dual d1 CROSS JOIN dual d2...
Question 33: Which two are true about rollbacks?...
Question 34: Examine the description of the ORDER_ITEMS table: (Exhibit) ...
Question 35: Which two tasks require subqueries?...
Question 36: Which two statements are true? (Choose two.)...
Question 37: Which three queries execute successfully?...
Question 38: Evaluate the following SQL statement SQL&gt;SELECT promo_id,...
Question 39: Examine this query: SELECT employee_id, first_name, salary F...
Question 40: Which two join conditions in a from clause are non-equijoins...
Question 41: Examine these statements executed in a single Oracle session...
Question 42: Examine these two queries and their output: SELECT deptno, d...
Question 43: Examine the description of the PRODUCTS table: (Exhibit) Whi...
Question 44: Which four statements are true about constraints on Oracle t...
Question 45: Which two are true about transactions in the Oracle Database...
Question 46: Which three are true about dropping columns from a table?...
Question 47: Examine this list of queries: Which two statements are true?...
Question 48: Which two are true about multiple table INSERT statements?...
Question 49: In your session, the NLS._DAE_FORMAT is DD- MM- YYYY.There a...
Question 50: Which two statements will return the names of the three empl...
Question 51: Which two are true about self joins?...
Question 52: Which three statements are true about sequences in a single ...
Question 53: The EMPLOYEES table contains columns EMP_ID of data type NUM...
Question 54: Which statement is true about aggregate functions?...
Question 55: Which three are true about granting object privileges on tab...
Question 56: Examine these statements and results: SQL&gt; SELECT COUNT(*...
Question 57: Whith three statements are true about built in data types?...
Question 58: Examine the description of the transactions table: (Exhibit)...
Question 59: Which three statements are true regarding single row subquer...
Question 60: Which two actions can you perform with object privileges?...
Question 61: Which two statements are true?
Question 62: You need to allow user ANDREW to: 1. Modify the TITLE and AD...
Question 63: Which three statements are true about performing Data Manipu...
Question 64: Examine the data in the COLORS table: (Exhibit) Examine the ...
Question 65: Examine the description of the sales table. The sales table ...
Question 66: Examine the description of the BOOKS_TRANSACTIONS table: (Ex...
Question 67: Examine the description of the ORDERS table: (Exhibit) Which...
Question 68: The STORES table has a column START_ DATE of data type DATE,...
Question 69: Which two queries return the string Hello! we're ready?...
Question 70: Which two statements about INVISIBLE indexes are true?...
Question 71: Which two statements are true about date/time functions in a...
Question 72: You want to return the current date and time from the user s...
Question 73: Examine these statements which execute successfully: ALTER S...
Question 74: The CUSTOMERS table has a CUST_LAST_NAME column of data type...
Question 75: Examine this partial query: SELECT ch.channel_type, t.month,...
Question 76: Which three statements are true about inner and outer joins?...
Question 77: Examine the description of the MEMBERS table; SELECT city,la...
Question 78: Which two queries execute successfully?...
Question 79: Which statement is true about TRUNCATE and DELETE?...
Question 80: Examine the description of the ENPLOYES table: (Exhibit) Whi...
Question 81: Refer to the exhibit. (Exhibit) Which two queries only retur...
Question 82: Which three are true about privileges and roles?...
Question 83: Which two are true about the NVL, NVL2, and COALESCE functio...
Question 84: Which two are true?
Question 85: Examine this query which executes successfully: SELECT job, ...
Question 86: Which three statements are true regarding indexes?...
Question 87: View the Exhibit and examine the structure of the ORDERS tab...
Question 88: Which two are true about the WITH GRANT OPTION clause?...
Question 89: You and your colleague Andrew have these privileges on the E...
Question 90: Which two will execute successfully?...
Question 91: Which three statements are true about Structured Query Langu...
Question 92: Which two statements are true about substitution variables?...
Question 93: Examine this SQL statement: (Exhibit) Which two are true?...
Question 94: Which two statements are true about * _TABLES views?...
Question 95: You need to calculate the number of days from 1st January 20...
Question 96: Viev the Exhibit and examine the structure of the PRODUCT IN...
Question 97: Which statements are true regarding primary and foreign key ...
Question 98: Examine these SQL statements which execute successfully: (Ex...
Question 99: Which two are true about queries using set operators (UNION,...
Question 100: Which three are true aboutprivileges and roles?...
Question 101: Which three are true about multiple INSERT statements?...
Question 102: Which two statements are true about Entity Relationships?...
Question 103: Which two queries execute successfully?...
Question 104: Which three actions can you perform only with system privile...
Question 105: Examine this business rule: Each student can work on multipl...
Question 106: Examine the description of the EMPLOYEES table: (Exhibit) Wh...
Question 107: Examine the description of the EMPLOYEES table: (Exhibit) Wh...
Question 108: Examine this query which executes successfully; Select job,d...
Question 109: Which two statements are true regarding a SAVEPOINT?...
Question 110: Examine the description of the EMPLOYEES table: (Exhibit) Wh...
Question 111: Examine this partial command: (Exhibit) Which two clauses ar...
Question 112: Which statement is true about the INTERSECT operator used in...
Question 113: Which two statements are true about transactions in the Orac...
Question 114: Which three statements are true about views in an Oracle dat...
Question 115: Refer to the exhibit. (Exhibit) Which three statements are t...
Question 116: Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and ...
Question 117: Examine the description of the EMPLOYEES table: (Exhibit) NL...
Question 118: Examine the data in the EMPLOYEES table: (Exhibit) Which sta...
Question 119: Examine the description of the CUSTOMERS table: (Exhibit) Yo...
Question 120: Which two statements are true about the results of using the...
Question 121: Examine these statements: CREATE TABLE dept ( deptno NUMBER ...
Question 122: Which three statements are true about multiple row subquerie...
Question 123: Examine the description of the CUSTONERS table: (Exhibit) CU...
Question 124: Which two statements are true about Oracle databases and SQL...
Question 125: Examine this description of the PRODUCTS table: You successf...
Question 126: Examine the data in the COLORS table: (Exhibit) Examine the ...
Question 127: Which three are true about the MERGE statement?...
Question 128: Examine this query: SELECT INTERVAL '100' MONTH DURATION FRO...
Question 129: Examine the description of the PRODCTS table which contains ...
Question 130: Which statement is true regarding the SESSION_PRIVS dictiona...
Question 131: You want to write a query that prompts for two column names ...
Question 132: Examine this statement which executes successfully: Which th...
Question 133: Which statement will execute successfully?...
Question 134: The ORDERS table has a column ORDER_DATE of date type DATE T...
Question 135: Examine the description of the CUSTONERS table (Exhibit) CUS...