In one-to-many relationship the table in ‘one’ side is called _______ August 29, 2021August 29, 2021 administrator In one-to-many relationship the table in ‘one’ side is called _______ParentWell Done. Your Answer is Correct Keep it Up!ChildOwnerNone of the options are correct
Which of the following enables us to view data from a table based on a specific criterion August 29, 2021August 29, 2021 administrator Which of the following enables us to view data from a table based on a specific criterionQueryWell Done. Your Answer is Correct Keep it Up!ReportFormMacro
In which state one gathers and list all the necessary fields for the database design project. August 29, 2021August 29, 2021 administrator In which state one gathers and list all the necessary fields for the database design project.Data DefinitionWell Done. Your Answer is Correct Keep it Up!Data RefinementEstablishing RelationshipNone of the options are correct
What are the different view to present a Table ? August 29, 2021August 29, 2021 administrator What are the different view to present a Table ?All options are correctWell Done. Your Answer is Correct Keep it Up!Datasheet ViewDesign ViewPivote TableView
In one-to-many relationship the table on ‘many’ side is called _______ August 29, 2021August 29, 2021 administrator In one-to-many relationship the table on ‘many’ side is called _______ChildWell Done. Your Answer is Correct Keep it Up!MasterParentSister
What do you mean by one to many relationship between Teacher and Class table? August 29, 2021August 29, 2021 administrator What do you mean by one to many relationship between Teacher and Class table?One teacher can have many classesWell Done. Your Answer is Correct Keep it Up!One class may have many teachersMany classes may have many teachersMany teachers may have many classes
_______ is a constraint that can be defined only at the column level? August 29, 2021August 29, 2021 administrator _______ is a constraint that can be defined only at the column level?CHECKWell Done. Your Answer is Correct Keep it Up!NOT NULLUNIQUEPRIMARY KEY
What is the need for our query to execute successfully on an existing view? August 29, 2021August 29, 2021 administrator What is the need for our query to execute successfully on an existing view?We must have a SELECT privilege on the view.Well Done. Your Answer is Correct Keep it Up!The specified table must contain data.We should have a SELECT privilege only on the specified table.The specified table must be in the same database or schema.
Which data dictionary table can be used to show the object privileges granted to the user on specific columns? August 29, 2021August 29, 2021 administrator Which data dictionary table can be used to show the object privileges granted to the user on specific columns?USER_COL_PRIVSWell Done. Your Answer is Correct Keep it Up!USER_TAB_PRIVSUSER_COL_PRIVS_MADEUSER_TAB_PRIVS_MADE
What is the advantage of the clustered index? August 29, 2021August 29, 2021 administrator What is the advantage of the clustered index?It minimizes the page transfer and maximizes the cache hits.Well Done. Your Answer is Correct Keep it Up!It does not need extra work for SQL queries.It is fast to update the records.None of the options are correct