Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9129943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:51:44+00:00 2026-06-17T07:51:44+00:00

I am having a table called as ‘Alphabets’ with columns named from ‘A to

  • 0

I am having a table called as ‘Alphabets’ with columns named from ‘A to G’.

Table Name: Alphabets

Column Names: A | B | C | D | E | F | G  

Now, I need a SQL query to retrieve all rows from the table which satisfy at least four criteria from the following list:

A = 1   
B = 2  
C = 3  
D = 4  
E = 5  
F = 6
G = 7

I am using Oracle 10g database.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T07:51:45+00:00Added an answer on June 17, 2026 at 7:51 am
    SELECT * FROM Alphabets where
    CASE WHEN A=1 THEN 1 ELSE 0 END +
    CASE WHEN B=2 THEN 1 ELSE 0 END +
    CASE WHEN C=3 THEN 1 ELSE 0 END +
    CASE WHEN D=4 THEN 1 ELSE 0 END +
    CASE WHEN E=5 THEN 1 ELSE 0 END +
    CASE WHEN F=6 THEN 1 ELSE 0 END +
    CASE WHEN G=7 THEN 1 ELSE 0 END >= 4
    

    But something about this table and query seem suspect – It feels like it should really be a table of two columns, Letter and Value say.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Having a table with 60 columns, and 200 rows. Altering a BIT column from
I am having fields called 'timestamp','onlineuser' from table called 'User'. I need to select
I have one table called Mydata with date,name,address columns this table is having more
I am having a table called Tl which consists of fields ID,Name and Course.
Current Implementation Sql Server 2005 Database with a table called messages with a column
I have a table called employee_salary , having two columns(emp_id, emp_salary) in it. I
Let's say I have a table called PEOPLE having three columns, ID , LastName
I have table called Table1 with columns, col1 and col2 with col1 having weblinks
I have an Oracle table called users, with columns name, location, organization, valid_from, valid_to,
I have 3 columns in Oracle database having table mytable and i want records

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.