Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. fields for a table in database

fields for a table in database

Scheduled Pinned Locked Moved ASP.NET
databasetutorialannouncement
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sritha
    wrote on last edited by
    #1

    i want to develop a fresher website. i need to post the news for students in home page itself. for that i need to create a table at the backend which is related to news. i included the fields like news id title category subcategory author....................... can you please guide me for some more fields required for news table

    C A R 3 Replies Last reply
    0
    • S sritha

      i want to develop a fresher website. i need to post the news for students in home page itself. for that i need to create a table at the backend which is related to news. i included the fields like news id title category subcategory author....................... can you please guide me for some more fields required for news table

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      This is not even a SQL question. It's a common sense question. Whatever you want to include, put in the table. We don't know your requirements, and if you don't you shouldn't be doing this task.

      Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

      1 Reply Last reply
      0
      • S sritha

        i want to develop a fresher website. i need to post the news for students in home page itself. for that i need to create a table at the backend which is related to news. i included the fields like news id title category subcategory author....................... can you please guide me for some more fields required for news table

        A Offline
        A Offline
        Abhijit Jana
        wrote on last edited by
        #3

        sritha wrote:

        i need to post the news for students in home page itself. for that i need to create a table at the backend which is related to news. i included the fields like news id title category subcategory author....................... can you please guide me for some more fields required for news table

        which kind of new do you want to show?

        cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net

        C 1 Reply Last reply
        0
        • S sritha

          i want to develop a fresher website. i need to post the news for students in home page itself. for that i need to create a table at the backend which is related to news. i included the fields like news id title category subcategory author....................... can you please guide me for some more fields required for news table

          R Offline
          R Offline
          Robin_Roy
          wrote on last edited by
          #4

          To make the news module customizable and expandable, you should think of putting in few tables instead of a single table. NewsCategoryMaster --------------------- NewsCategoryID (PK) NewsCategory NewsParentCategoryID (As Foreign key linking to the NewsCategoryID of the same table) NewsMasterTable ------------------- NewsID NewsCategoryID Title Author NewsDescription PublishDate IsActive IsDeleted

          1 Reply Last reply
          0
          • A Abhijit Jana

            sritha wrote:

            i need to post the news for students in home page itself. for that i need to create a table at the backend which is related to news. i included the fields like news id title category subcategory author....................... can you please guide me for some more fields required for news table

            which kind of new do you want to show?

            cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #5

            One without a body, apparently.

            Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups