answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Can you convert the datatype of a column from char to varchar2 or varchar2 to char with the alter table command using modify clause if the column contains data?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is mean by parse in java?

It is used to convert the value of one datatype into a value of another datatype. Example- Integer.parseInt(in.readLine); It converts given value to Integer datatype.


Why do use typecasting in java?

Type casting is used to convert from one datatype to the other


What command can you use from a command prompt to convert the FAT32 drive D to a NTFS drive?

type "diskpart" (without the quotes), then type convert d: /fs:ntfs


Which command will you choose to convert a column of data into row?

Transpose.


What is a data type?

Data type, or more commonly datatype as it related to database management systems is the phyisical format by which the data in a database managment is stored on the computers harddrive. The datatypes are database specific. In general, you need to have the same datatype to be able to compare, sort, append data. Data that is not of the same type needs to be CAST or converted to the other datatype before such operations on the data can be performed. Many times this conversion is internal, but in some database management systems, you ned to explicitly convert the data.


What command can you use from a command prompt window to convert the FAT32 drive D to a NTFS drive?

deltree D:\


What command-line utility is used to convert a group's scope?

DSMOD


What contains receptors that convert sound vibrations to impulses that are sent to the brain?

The cocheal contains receptor cells that convert sound vibrations into impulses that are sent to the brain.


How do you convert 15.3L to milliliters?

1 litre contains 1000 millilitres so you simply multiply by 1000 to convert litres to millilitres. Therefore 15.3 litres contains 15300 milliltres


Uses of logic gates in computers?

They convert the command given by us in the form of binary


What do you do if you use the command 'Convert D FS NTFS' on your XP laptop to change the file system to NTFS and then can't find the D drive?

The correct command for converting the D drive would be: "CONVERT D: /FS:NTFS" (without the quotes)


How can you keep the leftmost zeros in a cell when using the LEFT command in Excel 2010?

Convert it to text.