I know how to create view in sql , but I've never used it. I was wondering how creating view can be helpful and how can I use view created on APEX

I was wondering how creating view can be helpful

  • It can simplify the query you're using in code (hiding data complexity).
  • You can use them to build work-arounds to specific problems.
  • Restrict access to data.
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.