Salesforce SQL Interview Question for Data Scientists and Data Analysts (StrataScratch 9905)

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 4

  • @VusaMate2
    @VusaMate2 11 месяцев назад

    Could you solve more hard questions

    • @frederikmuller
      @frederikmuller  11 месяцев назад

      yep, on it. will keep uploading some medium ones for beginners, as well.

  • @Peter-xu5nz
    @Peter-xu5nz 9 месяцев назад

    Would this work for the Max function? Rechecked the solution and is it because MAX not in the subquery would just return only 1 employee name? Thanks!
    SELECT
    first_name,
    MAX(target) as highest_target
    FROM salesforce_employees
    WHERE manager_id = 13