What are the pre requisites?
Answer / guest
I. to modify datatype of a column ?
ii. to add a column with NOT NULL constraint ?
To Modify the datatype of a column the column must be empty.
To add a column with NOT NULL constrain, the table must be
empty.
Is This Answer Correct ? | 0 Yes | 0 No |
table having two columns - entity,zone enity zone pen east pen west pen north pen south pen east pencil east pencil east pencil west I want the output as : entity east west north south pen 2 1 1 1 pencil 2 1 0 0
How do you assign Construct the where clause without concatenating Field,value pairs?
how u can find the n row from a table?
how to shutdown mysql server? : Sql dba
Is sql a backend language?
What is the use of double ampersand (&&) in sql queries? Give an example
What are the types of join in sql?
How many sql statements are used? Define them.
What are the commands used in sql?
What are the different types of triggers?
What is an inner join sql?
What are the steps for performance tuning.