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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:08:03+00:00 2026-05-24T19:08:03+00:00

Is it possible to run SELECT PIRMARY_KEY FROM SomeTable , where PRIMARY_KEY is a

  • 0

Is it possible to run SELECT PIRMARY_KEY FROM SomeTable, where PRIMARY_KEY is a keyword that will automatically translate to SomeTable’s primary key columns

I am using Oracle 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-05-24T19:08:06+00:00Added an answer on May 24, 2026 at 7:08 pm

    Try this:

    select cc.column_name
    from user_cons_columns cc
    join user_constraints c on c.constraint_name = cc.constraint_name
    where c.table_name = 'MYTABLE'
    and c.constraint_type = 'P'
    order by cc.position
    

    You can read more about these and other useful data dictionary views in the Oracle Database Reference.

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

Sidebar

Related Questions

I have a table that contain one primary key. When I run EXPLAIN SELECT
I wonder if is it possible to run mysql command which can select an
It is possible to run bcp utility for sybase database from .net code? I
Is it possible to run Tornado such that it listens to a local port
Is it possible to run a windows xp bat script remotely from a ubuntu
I have a table that stores photo information with id as Primary key: id(PK),
I'm trying to run the following query: SELECT formatted_journeys.*, MAX(speed) FROM formatted_journeys JOIN tracker.g_log
Is it possible to run nose test generators inside custom classes? I am trying
Is it possible to run .pkg files in Ubuntu or Fedora. If so, how
Is it possible to run both session and cookie helpers? Cause I am trying

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.