Suppose there are two tables: A Customer table and an Order table. The Order table has columns OrderID, CustomerID, OrderStatus, and TotalAmount. The Customer table has columns CustomerID, CustomerName, PhoneNumber, and Email. Write a query to print the CustomerID, CustomerName, OrderStatus, and TotalAmount, excluding the orders placed in August.

AnswerBot
11mo

Query to print CustomerID, CustomerName, OrderStatus, and TotalAmount excluding orders placed in August.

  • Join Customer and Order tables on CustomerID

  • Filter out orders placed in August using WHERE claus...read more

Anonymous
2mo
SELECT c.CustomerID, c.CustomerName, o.OrderStatus, o.TotalAmount FROM Customer c JOIN Order o ON c.CustomerID = o.CustomerID WHERE EXTRACT(MONTH FROM o.OrderDate) != 8;
Anonymous
6mo
Select CustomerID, CustomerName, OrderStatus, and TotalAmount columns
Select
Add answer anonymously...

Infosys Senior Associate Consultant interview questions & answers

A Senior Associate Consultant was asked 1w agoQ. What are the differences between multithreading and multiprocessing?
A Senior Associate Consultant was asked 3mo agoQ. Explain the internal workings of a HashMap in Java.
A Senior Associate Consultant was asked 3mo agoQ. What is a circuit breaker?

Popular interview questions of Senior Associate Consultant

A Senior Associate Consultant was asked 3mo agoQ1. Explain the internal workings of a HashMap in Java.
A Senior Associate Consultant was asked 3mo agoQ2. What is a circuit breaker?
A Senior Associate Consultant was asked 3mo agoQ3. What is event-driven programming in Node.js?

Top HR questions asked in Infosys Senior Associate Consultant

A Senior Associate Consultant was asked 2mo agoQ1. Can you explain your work experience, highlighting the key learnings you gained ...read more
A Senior Associate Consultant was asked 3mo agoQ2. Are you able to work in shifts?
A Senior Associate Consultant was asked 3mo agoQ3. Can you describe your previous work experience?
Infosys Senior Associate Consultant Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits