What is a sql select statement?
No Answer is Posted For this Question
Be the First to Post Answer
Interchange the value of a column Gender in a table where values are Male and Female. So, where the value is Male, it should changed to Female and Female to Male.
What are the types of views in sql?
What is a self join ?
i hv 30 rows with date.ex:1month hav 4 weeks i want 1st day of the every week.write the qry for that.example jan has 4 weeks i need 1st dd for evry wk
Types of cursor locks and explanation each of them ?
Delete duplicate records in the emp table.
Which data type doesn't allow null data type?
i have a table with column sno with 30 records. i want to update this column by item by item in asp.net. i wantto enter new values into that from 1 to 30 how is it possible with backend c#
what is self-join? : Sql dba
What is orm in sql?
what are the differences between char and nchar? : Sql dba
Are sql views compiled?