What are the four main query statements?
Answers were Sorted based on User's Feedback
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 |
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 |
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 disadvantages of merge replication?
How to assign null values to variables or columns?
What are SSL and TSL protocols?
is there a column to which a default can't be bound? : Sql server database administration
How to work on DTS?what is the main requirement?
Can you index views?
how to do partition in sqlserver
Scalability, Availability, Integration with internet, etc.)?
how you can list all the tables in a database?
Is resultset an interface?
If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio
What is @@rowcount in sql?