What are the popular ic packages available?
How do you add custom color to tableau?
Explain npm?
What is autotext in word?
what is the memory required when a screen has 1024*1280 pixels and each pixel can have around 16 million colors?
What are the authentication access types for a force.com canvas application?
What does psadmin do?
What is the secure store service (sss)?
relate ur course to data analyst job...my course is BS Management..
What do you understand by the term 'normalization'?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
What are the Test Cases Comes under Regression Suite?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Name the filter which accepts the page size as the parameter in hbase?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM