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 6056197
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:20:59+00:00 2026-05-23T08:20:59+00:00

Is delimiting data in a database field something that would be ok to do?

  • 0

Is delimiting data in a database field something that would be ok to do?

Something like

create table column_names (
  id int identity (1,1) PRIMARY KEY,
  column_name varchar(5000)
);

and then storing data in it as follows

INSERT INTO column_names (column_name) VALUES ('stocknum|name|price');
  • 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-23T08:20:59+00:00Added an answer on May 23, 2026 at 8:20 am

    No. this is bad:

    • in order to create new queries you have to track down how things are stored.

    • queries that join on price or name or stocknum are going to be nasty

    • the database can’t assign data types to the data or validate it

    • you can’t create constraints on any of this data now

    Basically you’re subverting the RDBMS’ scheme for handling things and making up your own, so you’re limiting how much the RDBMS tools can help you and you’ve made the system harder to understand for new people.

    The only possible advantage of this kind of system that I can think of is that it can serve as a workaround to avoid dealing with a totally impossible DBA who vetoes all schema changes regardless of merit. Which can happen, unfortunately.

    Of course there’s an exception to everything. I’m currently on a project with audit-logging requirements that are pretty stringent. the logging is done to a database, we’re using delimited fields for storing the fields because the application is never going to interact with this data, it gets written once and left alone.

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

Sidebar

Related Questions

I would like to be able to create a service with Oracle 11g SOA
In my database table I have the following fields: Table Supplier: id name vehicles
I would like to convert a string of delimited dimension values into floating numbers.
I was beginning to like HTTP, until I discovered that some status codes like
I am delimiting my data with the // as I am passing it up
I have a relatively large csv/text data file (33mb) that I need to do
I want to use the Split function on a string but keep the delimiting
I'm trying to get data from file. The file first has three lines of
In C++ we can enter multiple lines by giving our own choice of delimiting
I'm making a Wordpress 2.9.2 theme, and I'd like each page to have its

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.