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 ?    39 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

What is Query Execution Plan? How does it help optimize or tune a database driven application?

2 Answers   Accenture, Polaris,


What guidelines should be followed to help minimize deadlocks?

0 Answers  


How to use the inserted and deleted pseudo tables?

0 Answers  


What is public role in sql server?

0 Answers  


How do I view a stored procedure in sql server?

0 Answers  






Write a query to include a constraint, to check whether the employee salary is greater than 5000?

0 Answers   TCS,


What stored procedure would you use to view lock information?

0 Answers  


Explain logical operators in sql server?

0 Answers  


What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?

11 Answers   World Tech, Yardi Software,


What is split brain scenario in DB mirroring?

1 Answers  


Define master database?

0 Answers  


Why people hate cursor?

0 Answers  


Categories