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

  • SEARCH
  • Home
  • 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 6552635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:29:02+00:00 2026-05-25T12:29:02+00:00

This question has just came in to my mind, and I’m not in a

  • 0

This question has just came in to my mind, and I’m not in a position to answer it.

Let’s say you are developing a news page for a website. In your table you would have the following fields:

ID, Title, Subject, Content, Time, Author, Keywords

On the actual page that the user will see, you may only want to display the following:

Title, Content, Keywords

Now, when you go to write the SQL statement, would it be better to write it as this:

SELECT Title, Content, Keywords FROM newstable;

Or as this:

SELECT * FROM newstable;

I always thought that using the former example would be far more efficient and quicker to use. However, I’m now thinking it might be quicker and easier to just use the select all statement.

Is either way right, or does it really matter how they are written?

  • 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-05-25T12:29:03+00:00Added an answer on May 25, 2026 at 12:29 pm

    Yes, it matters for performance and other reasons.

    • When you select only the columns you need, less data must be returned. This means less time pulling it off the hard drive and sending it over the wire.
    • It is possible that the columns you select may be completely satisfied using a covering index, which can make the query many times faster
    • By specifying the column names, you are documenting what data you are using in your code. This is very helpful when you come back to do maintenance.
    • By not using *, you do not run the chance of your code breaking when columns are renamed, added or removed. If you are explicit with column names, you will get a query execution-time error, rather than the new result being blindly passed along to your code, where who-knows-what will happen.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I hope this question is not 'controversial' - I'm just basically asking - has
This question has developed off an answer here . My question therefore is what
Hi actually this is a simple question but just came up out of the
Hey, Since Google Fonts came out, I have had this question in mind. First
This question has two parts. Part 1. Yesterday I had some code which would
This question has been asked before but i still don't understand it fully so
this question has probably been asked before, but i'm stuck and i've tried a
This question has baffled myself and my cohorts. In the program I had written
This question has disturbed me for a long time. Sorry if it is a
This question has been bugging me for a long time now but essentially I'm

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.