Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    11
    Views
    7,819

    SQL Server - Re: what is a trigger?

    Trigger is a event based action.
    whenever we perform insert,update and delete actions then it will fires automatically.
  2. Thread: Issue

    by mobinsk
    Answers
    5
    Views
    3,924

    SQL Server - Re: Issue

    Hi,
    As you mentioned above it is not possible to create more than one clustered index or unique clustered index.
    So,
    For creating new one drop the existing one.
  3. Thread: sqlserver

    by mobinsk
    Answers
    3
    Views
    4,019

    SQL Server - Re: sqlserver

    select * from sysobjects where type='p'
  4. Answers
    5
    Views
    3,780

    SQL Server - Re: how to get like this

    select cityname, years from <Table_name> where cityname like '%m%

    If u want more than one column then use 'OR' clause , 'AND' clause.

    select cityname, years from <Table_name> where cityname...
  5. Answers
    5
    Views
    35,622

    SQL Server - Re: Types of Joins in SQL

    We have three types of Joins in sql.
    They are
    1. Inner join
    2. Outer join
    3. Cross join

    1. Inner join:
    Inner join is the default type of join, it will producesses the result set, which...
  6. Answers
    5
    Views
    35,622

    SQL Server - Re: Types of Joins in SQL

    We have three types of Joins in sql.
    They are
    1. Inner join
    2. Outer join
    3. Cross join

    1. Inner join:
    Inner join is the default type of join, it will producesses the...
Results 1 to 6 of 6
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