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. Database & SysAdmin
  3. Database
  4. what is the database connectivity

what is the database connectivity

Scheduled Pinned Locked Moved Database
databasequestion
3 Posts 3 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.
  • M Offline
    M Offline
    mmmickyyy
    wrote on last edited by
    #1

    a.stateId=b.stateId and a.districtId=c.districtId and b.stateId=c.stateId"

    S M 2 Replies Last reply
    0
    • M mmmickyyy

      a.stateId=b.stateId and a.districtId=c.districtId and b.stateId=c.stateId"

      S Offline
      S Offline
      Sandeep Mewara
      wrote on last edited by
      #2

      What? Your question title and the content does not look anywhere near. Please elaborate more on what are you trying and where are you stuck?

      Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application

      1 Reply Last reply
      0
      • M mmmickyyy

        a.stateId=b.stateId and a.districtId=c.districtId and b.stateId=c.stateId"

        M Offline
        M Offline
        Maciej Los
        wrote on last edited by
        #3

        I'm not sure what you mean, but... It's not "connectivity", it's JOIN[^] specification. Join hints specify that the query optimizer enforce a join strategy between two (or more) tables, based on a relationship between certain columns in these tables. In your example you have joined 3 tables on stateid and districtid fields. More: http://www.w3schools.com/sql/sql_join.asp[^]

        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