How can I know the Position of the column in a table

Hi all
How can I know the position of the column in a table...
For example: -.
I have a table

DESC EMPLOYEES

EmpID
Ename
SAL

I want to know the Empid is in 1st position, ename is 2nd and sal is in 3rd place.

is this possible?

SELECT *.
Of user_tab_cols
WHERE table_name = 'EMP ';

Concerning
Arun

Tags: Database

Similar Questions

  • Tecra A8 - How can I know the temperature of the processor?

    How can I know the temperature of the processor?
    It seems very high. And I'm worried about this.

    Hello

    I m using the Everest Home Edition
    This tool is free and it reports the temperature values NECK and HARD drive.
    In addition, you can find some information about the software installed and inserted material parts.

    See you soon

  • How can I know the date of my current windows installation?

    How can I know the date of my current windows installation?

    Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).
     
    SystemInfo | more
     
    It is up.
  • How can I know the exact date of the csrss.exe download?

    HelloW please someone tell me how can I know the exact date of the download or installation of csrss on my pc. in the properties of the box, I can only find an old date (date of creation 2009) but think I didn t have this pc so... Please help me

    Hello

    Thanks for posting your query in Microsoft Community.

    I understand that you have questions about the date of download csrss.exe.

    But I would like to know more information, to help you better.

    (1) get any error message related to this csrss.exe process?

    (2) what is the problem in the computer?

    In the meantime, please refer to the below suggestion.

    In fact, the csrss.exe is not a program that can be downloaded, it is rather a process in the Windows System. Thus, it would display the date of creation as the process is being created. Csrss.exe is a system process that is needed for your PC to function properly. It should not be deleted.

    The Microsoft Client Server Runtime Server subsystem uses the csrss.exe. This process of management of the majority of the graphical instruction sets under the Microsoft Windows operating system. As such Csrss.exe offers the important functions of the operating system, and the Blue Screen of Death displayed may lead to his termination.

    Csrss.exe threading and features of Win32 console window controls. Threading is where the application itself is divided into several simultaneous running tasks. Threads supported by csrss.exe are different
    process in this son are usually included in the process, with different threads, sharing of resources within the same process. The Win32 console is plain text window in the Windows API system (programs can use the console without the need for display of the image).

    Additional information:

    Csrss.exe

    http://answers.Microsoft.com/en-us/protect/Forum/MSE-protect_scanning/csrssexe/26bba20c-2691-4D42-bec4-637436c53c4f

    I hope this helps. Otherwise, feel free to write back and we woll will be happy to help.

    Thank you

  • How can I find the name of the photographer? How can I know the location of a photo when it's just a general title...

    How can I find the name of the photographer? How can I know the location of a photo when it's just a general title...

    Hello

    If you expand the keywords, this could give you a little more in detail.  You can click on the username of the photographer to see their portfolio and you can search within their portfolio.

    Thank you

    Bev

  • How can I know the pop up notice update is legitimate and check the installation?

    How can I know the pop up notice update is legitimate and check the installation? I understand that you have to make sure that all previous updates have been removed before adding a new update.

    no adobe update must be removed or undone to install future updates.

    and what app triggers the popup?

  • How can I know the size of the screen of the moniter of users using the Acrobat SDK?

    How can I know the size of the screen of the moniter of users using the Acrobat SDK? I need to know how much real estate sreen which is available on the moniter to users. Is there some call I can do the SDK to find out the maximum X and is coordinated?

    Thank you

    Gregory

    Just responded to your other thread:

    AVWindowGetDesktopBounds()

    Even takes into account the task bar on Windows, the menu bar on Mac, etc.

  • How will I know "the size of a table special VS size of RAM"

    Hi all

    How will I know "the size of a table special VS size of RAM"?

    I should know because I want to understand what join method to use.

    Please correct me if my attempt to catch the truth is crazy.

    Thanks in advance.

    You can get the size of a table of DBA_SEGMENTS.  I'm sure you can get the amount of RAM of other tables of data dictionary as well if you can define precisely what memory segment you are interested in (e.g. CMS?)  PGA?  The amount of physical RAM on the box?  The size of the buffer cache?  The amount of virtual memory available?)

    That being said, comparing the two is not as significant.  You, as a developer, are generally not in the business of choosing a join method.  It's the job of the optimizer.  And the optimizer takes into account a range of data that you have not begun to ask about yet.  The size of the table is not even particularly relevant for calculations - the optimizer the amount of data operations are back, the relative size of the data on each side of the join, the availability of indexes, etc. are all much more important than the raw size of the table (but the raw size of the array is a factor in the assessment of the amount of data that is returned).

    Justin

  • How can I change the OWNER of a table?

    How can I change the OWNER of a table entr2009mm?

    Or the OWNER of all TABLES including tablename match the pattern * 2009 *?

    Peter

    Hello

    There are different posiibilities, Import/Export can do.

    But, if it is not a too large Table, you can use ETG (from a user with DBA privileges for example).

    Create Table . as select * from .;.

    Then, you must re-create the dependent objects (Index,...) and remove the Table Source.

    If you have a set of Tables, it is preferable to use Export/Import.

    Hope this helps.
    Best regards
    Jean Valentine

    Published by: Lubiez John Valentine, February 9, 2010 20:20

  • How can I know the progress of import and import when it is finished

    I'm new to Final Cut Pro.  How can I see the progress or the remaining time necessary for my import?  Or how to know when the import is complete?

    Press Cmd - 9 or

  • What is READ the array returned by the DAQmx meter? How can I know the two functions DAQmx READ data stream in the same WHILE loop?

    I have a question about the order of execution.  In the WHILE loop, I have two things to measure, period and tension using the DAQmx READ functions for voltage and the meter.  In the end, I want to collect these data as points almost simultaneously as possible, as a pair and then send them together to another piece of code (not shown here) which them will result in some sort of command for an engine.  It would be run, and then I want to perceive the tension and the period at a time later and do the same thing.

    (1.) I'm a little confused on what the meter of the READ function is back because it's a table.  What is a picture of?  I thought that it was up to the value of the individual periods between rising edges.  The output of the counter 1 DBL d's a table. How many elements in this table, and what determines the size of this table?  Are the elements of the array the individual delays between the edges?  How many values are stored in the array by executing?   We take the AVERAGE of the last 15 items, but do not know if we are throwing some of the data or what.  How to understand the composition of this painting?  How can I change the composition of this painting?  Is it possible to measure only one period at a time, for example the time between TWO edges?

    2.) Will this WHILE loop execute as it gathers tension and a "period table ' (remains to be understood by me) by TIME running in a loop?  In particular, we want that the value of the tension associated with the value of the AVERAGE of the period "array", so we can use two data items to create orders of next control every time that the two values are reported.  The structure for the delivery of vi will be attached data in pairs like this?  I understand that one of the READING functions run not before the other function of READING in the WHILE loop.  I want that the period "means" and "strain (Volt) collected at the same pace. This vi will he?

    Thank you

    Dave

    Hi David,

    I suggest including the DAQmx Start Task function. If it does not start before the loop, it starts the loop and work very well, but it is not as fast and efficient. In the model of task status, task wiill go to run the checked each iteration of the loop and then back the time checked running when it restarts.

    The status of the task model: http://zone.ni.com/reference/en-XX/help/370466V-01/mxcncpts/taskstatemodel/

    Kind regards

    Jason D

    Technical sales engineer

    National Instruments

  • How can I know the number of columns in a TYPE?

    Hello

    If we have a guy like below

    type vc_arr2 is table of the varchar2 (32767) index directory.

    How can I get the number of columns?

    Minoo.TK wrote:

    Hello

    If we have a guy like below

    type vc_arr2 is table of the varchar2 (32767) index directory.

    How can I get the number of columns?

    It is a type of associative array definition. A table has no columns. It is a collection of elements (variables or values). An array location is usually called a cell.

    The standard method Count() exist in Oracle for all table types.

    As for the definition of the table, as in structures, variables make the table contain - associative array is defined in the PL/SQL code and does not exist in the layer of metadata to the database as a new user-defined type. For the definition, you must read the declaration of PL/SQL defining the table.

    Note that there is very rarely the need for associative tables in PL/SQL - 99% of the time they are used without any idea as to what as a table associative is also.

  • How can I find the subset of a table that corresponds to a set of conditions/conditions?

    I have often encountered this problem in LabVIEW, probably the result of my Matlab based thinking on the tables. Suppose I have a 1 d array that consists of a real number between 0 and 2 (for example):

    1.3 0.1 1.9 0.7 1.4 1.5 1.5 0.8 1.3 0.3 1.4 1.4 0.1 0.6 0.1 0.2 1.6 1.6 1.4 0.6 0.1 1.9

    and I want to know the average of the subset of values greater than 0.5 and less than 1.2:

    average ([0.8 0.7 0.6 0.6]) = 0.6750.

    How can I find the subset of the array that satisfies the condition > 0.5 &<1.2>

    For your example (values between 0.5 and 2) If you wish:

    I would do something like this:

    I have generated just a table of 10 random numbers between 0.0 and 2.0

    The following loop sorts the data, using "range and force."
    It then displays the data in the selected range.

    The last step is to take the average

    I have attached the VI if you do not want to use the code.

  • How can I know the model of my Satellite M100 series?

    just my last thought. How can I tell which model I use, it's satellite m100 series, but I still don't know what specific it is...

    Thanks for the help

    Hi Enrique

    It of very simple for this knowledge.
    At the bottom of the unit, you will find the label that provides all these useful information.
    You should also find the number start with the PSM.

    This number is important to identify your model of laptop for example
    to download driver.

  • How can I know the name of the user-Claude without any password to a blocked telephone

    I have format my ios iphone 5s 9.1 can rephrase and he asked me the user because I the cloud how will I know that the name of the Cloud user without any password

    Did you buy this iPhone of someone else or did you for awhile? If you bought one, you need to contact them and have them remove the phone from their account so that you can use it. If you logged in before that you just need to try to remember of the apple which was signed in the phone ID and then see if you know the password. If you don't remember the password you can reset it to https://iforgot.apple.com/

Maybe you are looking for

  • Re: Portege R500-11 with SSD: I want to install Win XP

    Sorry if this is a common question, but I haven't had no luck with the research. I have a Portege R500-11 pair with SSD and I want their downgrade to XP. (speed issues) First question. Is it possible or are there problems? Second: I guess I have to i

  • Windows XP installation files

    I have hade with my Satellite A100 laptop and I lost all the data on my C drive. Now I want to reinstall Windows XP Home Edition, which has been preinstalled on the laptop, but I have no more installation files. Where can I get them?

  • Cannot install the Trusted Platform Module Driver / software

    I am not able to install the driver of the TPM secure and so I'm not able to install the TPM software... I have a satellite u200, and it's on my tools and utitilities cd. Installation always says "Trusted Platform Module not found" someone at - it th

  • Stuck Xcode installation on a 13 "macbook pro

    so I tried to download xcode from the Appstore and I download while downloading OSX El Capitan and so xcode was suspended to restart the computer, and when he did I tried to resume he didn't tried to remove of the application in the finder folder, bu

  • Problems using the mid band as a reliable-MM device 6.0