Refer to the following SQL statement and identify the type of query: SELECT * FROM Projects WHERE ProjectID IN (SELECT ProjectID FROM PeopleProjects);

Refer to the following SQL statement and identify the type of query: SELECT * FROM Projects WHERE ProjectID IN (SELECT ProjectID FROM PeopleProjects);Category: Introduction to Linux IIAuthor "LinuxQuestions"Refer to the following SQL statement and identify the type of query: SELECT * FROM Projects WHERE ProjectID IN (SELECT ProjectID FROM PeopleProjects);
Linux Questions Staff asked 1 year ago

Refer to the following SQL statement and identify the type of query:
SELECT * FROM Projects WHERE ProjectID IN (SELECT ProjectID FROM PeopleProjects);

  • Simple query
  • Sub query
  • Outer join
  • Structured query

About the author