Question & Additional Information
 
what is the out put of below queries? a. select * from Emp where null = null; b. select * from Emp where 1=1;
Add to My IQ
 

 | 
Inappropriate
Answer Title
Answer
In the first query the result is -> no rows selected.
In the second query result is -> all the data in the emp table will be displayed.
Question Tag Title
Tags
Question Asked At Title
Asked At
Question Job Title
Job Titles


Check out our newest job listings!

Post a Job! $49 for 60 days



Your Name:
Add your comment text
 
Related Questions
Related Questions
Flag this interview question as inappropriate Inappropriate
See Answer
  • To run the count program, which will display the process identification number of the job, enter: count &
  • To check the status of your job, enter: ps
  • To bring a background process to the foreground, enter: fg
  • If you have more than one job suspended in the background, enter: fg %#

    Replace  #  with the job number, as shown in the first column of the output of the jobs command.

  • You can kill a background process by entering: kill PID

    Replace PID with the process ID of the job. If that fails, enter the following:

    kill -KILL PID
  • To determine a job's PID, enter: jobs -l
  • If you are using sh, ksh, bash, or zsh, you may prevent background processes from sending error messages to the terminal. Redirect the output to /dev/null using the following syntax: count 2> /dev/null &
  • Create Date
    :
    Sunday, May 11, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    If you have done your homework about this organization, now is the time to use that knowledge. Remember, even as a recruited candidate, some facilities will want to understand why you would select them. If you are a recruited candidate, remind them that you were not looking when you were contacted, but that the challenge sounded intriguing and that a solid opportunity for career advancement is important to you.
    Create Date
    :
    Thursday, March 20, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (1) :
    1.
    tt2tt
    Friday, July 04, 2008 10:41 AM
    Y so many answers for the same question ?
    Flag this interview question as inappropriate Inappropriate
    See Answer
    System is a predefined final class, out is a PrintStream object and println is a built-in overloaded method in the out object.
    Create Date
    :
    Sunday, September 02, 2007
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (1) :
    1.
    pavan
    Thursday, May 29, 2008 10:22 PM
    System is a predefined final class in java
    out is a PrintStream object
    Flag this interview question as inappropriate Inappropriate
    See Answer
    Select datediff('2008-09-07','2006-10-02');
    Create Date
    :
    Sunday, May 11, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    There are two Integrity rules. Entity Integrity: States that "Primary key cannot have NULL value"
    Referential Integrity: States that "Foreign Key can be either a NULL value or should be Primary Key value of other relation.
    Create Date
    :
    Tuesday, May 13, 2008
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    As acts is like a cast but returns a null on conversion failure.  Is comares an object to a type and returns a boolean.
    Create Date
    :
    Tuesday, May 13, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
     
    • More Related Questions: