What are the four main query statements?

Answers were Sorted based on User's Feedback



What are the four main query statements?..

Answer / sapna

select,insert,update ,delete

Is This Answer Correct ?    41 Yes 2 No

What are the four main query statements?..

Answer / ruchi

The main four query statements are:-
(a) SELECT
(b) INSERT
(c) DELECT
(d) UPDATE

Is This Answer Correct ?    23 Yes 1 No

What are the four main query statements?..

Answer / vikas

1)select
2)insert
3)update
4)delete

Is This Answer Correct ?    6 Yes 0 No

What are the four main query statements?..

Answer / mohan kuamr

# 3

The main four query statements are:-
1.) select
ex:select * from table_name

2.) insert
ex:insert into table_name(c1,c2,c3...) values(v1,v2,v3..)

3.) delete
ex: delete * from table_name

4.) update
ex:update table_name
set col_name='value'
where col_name='something'
note:examples are based on ms sql server database.k

Is This Answer Correct ?    5 Yes 1 No

What are the four main query statements?..

Answer / mohan kumar.a

The main four query statements are:-
1.) select
ex:select * from table_name

2.) insert
ex:insert into table_name(c1,c2,c3...) values(v1,v2,v3..)

3.) delete
ex: delete * from table_name

4.) update
ex:update table_name
set col_name='value'
where col_name='something'
note:examples are based on ms sql server database.k

Is This Answer Correct ?    3 Yes 1 No

What are the four main query statements?..

Answer / chandra kumar

All congraces members are currupt,mostly of them are choor
baymaan and bhrast.

Is This Answer Correct ?    1 Yes 6 No

What are the four main query statements?..

Answer / vikas

Create,insert,select,update

Is This Answer Correct ?    5 Yes 11 No

Post New Answer

More SQL Server Interview Questions

How do we return a record set from a Stored Procedure in SQl server 2000?

3 Answers  


How we can refresh the view?

0 Answers  


Which command using Query Analyzer will give you the version of SQL server and operating system?

3 Answers  


What is difference between rownum and rowid?

0 Answers  


What are the new features in SQL Server 2005?

3 Answers   Emphasis,






What is a print index?

0 Answers  


Write a SQL query to delete a table?

0 Answers   Amdocs,


What is the difference between indexing and hashing?

0 Answers  


What is an active database?

0 Answers   HCL,


Does order by actually change the order of the data in the tables or does it just change the output?

0 Answers  


How many types of system privileges are there, Can we add or delete privileges?

2 Answers  


How to enter comments in transact-sql statements?

0 Answers  


Categories