Question : Let's say we want to implement the following schema:
Enity: Staff Member (id , name) Enity: Permanent (specialises Staff Member) (next_appraisal_date ) Enity: Temporary (specialises Staff Member) (contract_end_date)
a Staff Member is either a Permanent employee or a Temporary contractor. How do you define disjoint in parent child relationship? 1. An entity can only participate in only one subtype role
2. An entity cannot participate in the parent type role
Correct Answer : Get Lastest Questions and Answer : Explanation: It means Temporary employee cannot be part of permanent employee. An entity can only participate in only one subtype role
Question : The complete flow of a video website is below
Correct Answer : Get Lastest Questions and Answer : Explanation: : all the steps you followed to browse an application is known as application workflow.
Question : What is an application workflow? 1. All the tasks in an application formed by casual dependencies
Correct Answer : Get Lastest Questions and Answer : Explanation: all the steps you followed to browse an application is known as application workflow and these all steps can be have dependencies.
1. It cannot be done, you have to create new Cluster altogether
2. you can configure another datacenter configured with vnodes already enabled and let Cassandra automatic mechanisms distribute the existing data into the new nodes.
3. you can configure another Cassandra cluster configured with vnodes already enabled and let Cassandra automatic mechanisms distribute the existing data into the new Cluster.