Which two characteristics are true for Lightning Web Component custom events?
Choose 2 answers
A developer is creating an app that contains multiple Lightning web components.
One of the child components is used for navigation purposes. When a user clicks a button called Next in the child component, the parent component must be alerted so it can navigate to the next page.
How should this be accomplished?
A developer must create a DrawList class that provides capabilities defined in the Sortable and Drawable interfaces.
Which is the correct implementation?
A developer must perform a complex SOQL query that joins two objects in a Lightning component.
How can the Lightning component execute the query?