Search:

Type: Posts; User: glakshkar; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    4
    Views
    5,082

    SQL Re: Different Outputs for Max() Function

    you must having used group by clause in the query.

    select max(rowid) from <table_name> group by <column_name>

    in no condition select max(rowid) from <table_name> return multiple rows, untill 2...
  2. SQL Re: Move columns from different tables to one table

    There are 2 condition for create table which consist of columns from 2 table

    1. Table having common column to join 2 table
    2. Table not having common column to join 2 table

    If there is a...
Results 1 to 2 of 2
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact