Maligayang pagdating sa Imhr.ca, kung saan maaari kang makakuha ng mga sagot mula sa mga eksperto nang mabilis at tumpak. Tuklasin ang komprehensibong mga solusyon sa iyong mga tanong mula sa mga bihasang propesyonal sa iba't ibang larangan sa aming platform. Kumonekta sa isang komunidad ng mga eksperto na handang magbigay ng eksaktong solusyon sa iyong mga tanong nang mabilis at eksakto.

PAEXPLAIN PO, REPORT LANG

PL/SQL offers three kinds of
strings

Fixed-length strings - In such strings, programmers specify the length while declaring the string. The string is right-padded with spaces to the length so specified.

Variable length strings - In such strings, a maximum length up to 32,767, for the
string is specified and no padding takes place.

Character large objects (CLOB) - These are variable-lenath strings that can be up to
128 terabytes.​

Sagot :

Hooter

Answer:

To include a single quote in the string text, you will have to use two single quotes. For example, 'You think it' 's your choice'. For declaring a string variable, we have to specify the datatype and length value which defines the maximum length of the string.