DBMS and SQL Questions and Answers 3 DBMS and SQL Questions and Answers 3 The Object Model supports different literal types, but does not support atomic literals, collection literals, and structured literals.TRUEFALSEJava byte-code is a machine-specific code.TRUEFALSEThe database approach requires additional costs and risks.TRUEFALSEWhile assessing the structure of a table for an acquired set of tables through data, determining foreign keys is part of the:first stepsecond stepthird stepfourth stepFor determining the concurrency control behavior of SQL Server, which of the following is not a factor?Cursor concurrency settingTransaction isolation levelLock levelLocking hintsA binary relationship is a relationship between two or more than two entities.TRUEFALSEA semi join is which of the following?Only the joining attributes are sent from one site to another and then only the required rows are returned.All of the attributes are sent from one site to another and then only the required rows are returned.All of the attributes are sent from one site to another and then only the required rows are returned.Only the joining attributes are sent from one site to another and then all of the rows are returned.The default isolation level is “READ COMMITTED”.TRUEFALSESELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID FROM CUSTOMER_T,ORDER_T WHERE CUSTOMER_T. CUSTOMER_ID = ORDER_T. CUSTOMER_ID Which type of SQL Join is used in the above SQL statement?Outer joinEqui-joinCartesian joinNatural joinA database is considered to be __________ because it has its own structure description.metadata compatibledescribedan application programself-describing