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 |
how can stop the sequence with mention the max value and with out mention the max value
In table a 1lakh data is present,in table b 20 thousand data is present, to get unique data from table a and b which join to be considered. whether right outer join or left inner join.
How many types of functions are there in sql?
i have a table t1 a math 20 b phy 30 cchemisty 10 a math 40 b phy 23 c che 21 a math15 bphy 33 c che 56 write a quire to find out the max markr of each subject
What is difference between my sql and sql?
My select statement is not working as expected, So, to overcome from such issues what are the steps needed to be taken care?
Determine if oracle date is on a weekend?
What are the different types of functions in sql?
Can sql developer connect to db2?
Does asenumerable execute the query?
What are the types of join in sql?
Is sql a programming?