How To know Which Columns are not null and Which are null

Hi Freinds,
I want to Know ,How by Wrting a Query we can get the Names of The Columns from the Table which is set to not-null or null,
Thanks
Shoaib

SELECT * FROM user_tab_columns
WHERE table_name='Your_Table_Name'Check NULLABLE column.

Similar Messages

  • How do I stopi-Tunes from downloading songs on my device which I did not order and which I then have to delete?

    How can I stop i-Tunes from downloading songs on my device which I did not order and which I then have to delete because I do not want it?

    Does swiping/dragging across the tracks from right-to-left (or possibly left-to-right depending upon the iOS version) in the Downloads tab in the iTunes store app stop them downloading ?
    If it's the U2 album Songs of Innocence then  : http://itunes.com/soi-remove
    If it's a different album/tracks and you didn't buy them, and nobody else has access to your account and/or devices and bought them, then contact iTunes Support :  http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • All drivers are not working and drivers are not supporting

    all supporting drivers hp link is given............ it was installing plz help

    @retheesh ,
    Hello and thank you for posting on the HP support forums.  So that we can help you here please check out the following links.
    Advice for asking the "Very Best Question"
    How To Search For An Answer - Video
    As well when you post back please include your full model and product number.
    HP Notebook PCs - How Do I Find My Model Number or Product Number?
    Please when posting back can you state your request clearly as to what you are trying to resolve and what issues you have had in resolving this issue.  This will help in finding a way to help you in this issue.
    Thank you again for posting and have a great day.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • I just purchased Export PDF, and when I use it, it opens them in WordPad (which I never use) instead of Word. Thus, the pictures are not there, and the fonts are changed. How do I get into Word?

    I just purchased Export PDF, and when I use it, it opens them in WordPad (which I never use) instead of Word. Thus, the pictures are not there, and the fonts are changed. How do I get them imported into Word?

    Hi,
    I checked your account,your Export PDF subscription is in 'Pending' status.
    Once it gets confirmed you will be able to use it.
    Please let us know if you require further assistance.
    Regards,
    Florence

  • I GOT A GIFT FROM I TUNE STORES BUT CAN NOT DOWN LOAD AND INSTAL ON MY I PHONE....I GET THIS MESSAGE ASKING FOR A CODE WHICH I DO NOT HAVE AND DO NOT KNOW HOW TO GET......

    i got a gift for my i phone 4s but i can not download and redeem same as i tune is asking for a code number which i did not get and i do not know how to get..........pl help solve this problem...thanks.

    SW,
    I don't know what the problem is with your corrupt/unopenable document on CD. I wonder if you can display it with QuickLook.
    Select the file in Finder and hit the Spacebar. If the file is displayed properly, you can capture it as an image with Grab.app or by Shift-Command-4, > drag capture box.
    Not knowing the complexity of your document, it's difficult to say what you should do next. I'd submit the graphics to an OCR application and extract the text, to be used in reconstructing the original document.
    Jerry

  • How to know exact column name in following error (oracle9i)

    Hi all,
    Please telll me
    How to know exact column name in following error
    ORA-01401: inserted value too large for column
    Prashant
    null

    If you are running this in your SQL*Plus session then you can easily check it out --
    satyaki>
    satyaki>create table test_sat
      2     as
      3    select empno,ename,job
      4    from emp;
    Table created.
    satyaki>
    satyaki>
    satyaki>desc test_sat;
    Name                                      Null?    Type
    EMPNO                                              NUMBER(4)
    ENAME                                              VARCHAR2(10)
    JOB                                                VARCHAR2(9)
    satyaki>
    satyaki>
    satyaki>
    satyaki>
    satyaki>insert into test_sat values(5555,'Robin','BU');
    1 row created.
    satyaki>
    satyaki>
    satyaki>insert into test_sat values(5555,'Arama Baager Taaja','FR');
    insert into test_sat values(5555,'Arama Baager Taaja','FR')
    ERROR at line 1:
    ORA-01401: inserted value too large for column
    satyaki>insert into test_sat values(55557,'Arama','FR');
    insert into test_sat values(55557,'Arama','FR')
    ERROR at line 1:
    ORA-01438: value larger than specified precision allows for this column
    satyaki>
    satyaki>insert into test_sat values(5555,'Arama','ACCOUNTING');
    insert into test_sat values(5555,'Arama','ACCOUNTING')
    ERROR at line 1:
    ORA-01401: inserted value too large for column
    satyaki>Regards.
    Satyaki De.

  • I am on an iPad and can't tex my mates as it says that they are not registered and I know they are. I am in Australia and they are in Canada. Please help

    I thought it was an issue between my son and I but I just tried someone else and it also doesn't work. So???PLEASE HELP!! Thank You. I am using the latest iPad - the 3? And aim trying to contact iPhone 3 users and iPod users.

    At this point, I would go for reset to its factory default condition, using the iTunes program to get a clean system install. That way you'll clean everything out and just have it set up the way it would come from the factory. You'll need to do your backup (on the iTunes program too) and be sure you understand which stuff will be saved and which will not (from the links below). Also turn off any anti-virus program you may have on your desktop. Then when you reset it to the factory default condition, don't restore your backup just yet ... until you check it out without your data put back on it. Verify its operation first, to make sure that you know it's okay. Hopefully everything is okay at that point, otherwise you'll have to take it into Apple to check it out for any hardware failure.
    Here are the links, and the last one pertains to the reset to factory default condition ...
    Choosing an iOS Backup Method (Should I Use iTunes or iCloud to back up ...)https://support.apple.com/kb/HT5262
    Back up and Restore your iOS Device with iCloud or iTunes
    http://support.apple.com/kb/ht1766
    iTunes: About iOS Backups
    http://support.apple.com/kb/ht4946
    Create and Delete iPhone, iPad and iPod Touch Backups in iTunes
    http://support.apple.com/kb/ht4946
    iOS: Troubleshooting Encrypted Backups
    http://support.apple.com/kb/TS5162
    Use iTunes to Restore your iOS Device to Factory Settings
    http://support.apple.com/kb/ht1414

  • How to identify which is rootsite/webapplication url and which are site collection url ?

    How to identify which is rootsite/webapplication url and which are site collection url underneath of web application using powershell script in following code?
    # Get site objects
    $webapplication = Get-SPWebApplication $siteUrl
    # Walk through each site in the site collection
    foreach($site in $webapplication.Sites)
    foreach($subWeb in $site.AllWebs)
    $_ = AddLevel123($subWeb.Url)

    Hi,
    Hope you wanted to know which API is Site collection (SPSite) and Sub site(SPWeb) 
    $webapplication.Sites = Site Collection (SPSite)
    and $site.AllWebs = Subsite (SPWeb)
    and see these links - to get webApplication URL
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/e223b607-ab35-454a-a050-1db3005687e5/spwebapplication-url?forum=sharepointdevelopmentlegacy
    SPSite Url - SPSite.Url (http://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spsite.url.aspx)
    SPweb URl - SPWeb.URL (http://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spweb.url.aspx)
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/b4dfb645-69f4-4abd-947c-64ca42af3a26/script-to-get-list-of-sites-and-subsites
    Hope this helps!
    MCITP: SharePoint 2010 Administrator
    MCTS - MOSS 2007 Configuring, .NET 2.0
    | SharePoint Architect | Evangelist |
    http://www.sharepointdeveloper.in/
    http://ramakrishnaraja.blogspot.com/

  • Hello, i have a problem with my macbook air. When i try to open my iPhoto i should wait about 3mins to get opened it and also in it just appeared around 57000 photos! in which i have 2000. they are not mine, the photos are pics of other people or things

    hello, i have a problem with my macbook air. When i try to open my iPhoto i should wait about 3mins to get opened it and also in it just appeared around 57000 photos! in which i have 2000. they are not mine, the photos are pics of other people or things

    If you want help you’ll need to give us more information. There are 9 different versions of iPhoto and they run on 8 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS. So to get help you need to give as much information as you can. Include things like:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For example, if you have a problem with exporting, then explain by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted? - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • How can I install plugins? my files are not opening because some are missing after updating my OS

    How can I install plugins? my files are not opening because some are missing after updating my OS
    I can´t update the software because it crashes
    Thanks

    Casiii which Adobe software or service is your inquiry in reference too?

  • For itunes 11: movie that are not purchased via itunes are loaded into and catagorized as "home videos". I want all of my movies in one spot under Movies as they always were. How can i tweak this?

    for itunes 11: movie that are not purchased via itunes are now loaded into and catagorized as "home videos". I want all of my movies in one spot under Movies as they always were. How can i tweak/resolve this?

    Cdaver wrote:
    I have this issue too and want the same result, another feed suggests selecting the movie, going to get info, and changing this under options, but I suppose you have to do that movie by movie.
    You can select all the movies you want and change them at once.

  • How do it know which backup files to keep and which to delete?

    How do you know which backup files to keep and which to delete?

    If you still have all devices, just delete all. They will re backup.

  • When I am trying to package my artwork in Adobe Illustrator CC, it is not capturing my images and fonts. How do I make sure my linked photos and fonts are captured?

    When I am trying to package my artwork in Adobe Illustrator CC, it is not capturing my images and fonts. How do I make sure my linked photos and fonts are captured?

    Not all fonts can be packaged depending on their licensing. Some fonts are set to not allow packaging. For those you would have to manually locate them on your computer and add them to the folder where the packaging occurred.
    For the images have you checked the "copy links" option?

  • I hope you can help me.  I purchased adobe captivate 8 on line and when I click on the email link to download, it comes up with 7 programs, some are 64 bit and some are not, my computer is 32 bit.  I am not sure which of these 7 to download?  All or just

    I hope you can help me.  I purchased adobe captivate 8 on line and when I click on the email link to download, it comes up with 7 programs, some are 64 bit and some are not, my computer is 32 bit.  I am not sure which of these 7 to download?  All or just the 4 non 64 bit?

    I tracked down the problem with the download and installation, my windows 7 was missing a file and after reinstalling windows everything worked out.  The first 32 bit program in their list was used.  I hope this can help others.

  • SharePoint Databases - How to determine which ones are being used and which ones aren't

    I am not sure where to exactly post this question.  On the SQL Server side or on a SharePoint side.
    I am a SQL Server Database Administrator who is monitoring some SharePoint databases.  On a daily basis it seems that they are creating new databases but don't delete the databases that they are no longer using.  For example, they might be testing
    on a development server and if things aren't working properly instead of asking that the databases be deleted they just go ahead and create new databases to do what ever they need to do.  Is there a way on the SQL Server side to determine which SharePoint
    databases are being used and which ones aren't being used?  Or does one determine this information through the SharePoint Central Administration console?
    lcerni

    Hello,
    The following query gives you the databases now in use.
    SELECT
    DISTINCT d.name
    FROM
    sys.dm_tran_locks
    tl INNER
    JOIN sys.databases
    d
    ON
    tl.resource_database_id
    = d.database_id
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • I have downloaded IOS7 on my 4s and everything worked fine. Now I downloaded IOS 7.0.2 and my notes, reminders, and contacts are gone. How do I get them back?

    I have downloaded IOS7 on my 4s and everything worked fine. Now I downloaded IOS 7.0.2 and my notes, reminders, and contacts are gone. How do I get them back? I have backed up my phone, but not after I did the IOS7 update. Any help would be great. Thanks.

    Hi kamcop68,
    If you have a recent backup available (even pre-iOS7), you may want to try restoring your data from there. You may find the following article helpful:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    Regards,
    - Brenden

Maybe you are looking for