How to Declare Fixed Length String Value In PL SQL
Answer / Pradeep Kumar Pandey
To declare a fixed-length string value in PL/SQL, you can use the VARCHAR2 data type with a specific length enclosed within single quotes. For example:nDECLARE str VARCHAR2(10) := 'Hello';
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Raise_application_error ?
Explain lock escalation? : Transact sql
What is normalization and types of normalization?
22 Answers Etisbew, F-TEC, Microsoft, TechProcess,
How many LONG columns are allowed in a table?
write a procedure to print a statement or number not using "dbms_output.put_line" package.write a procedure instead of it using procdure name as "print" ex:- declare a number:=2; begin print(a); end; /* when U type above procedure 2 have to should be printed*/
Can we interchange parameters in procedure while calling
What is trigger in pl sql?
How pl/sql source code can be protected?
What are the blocks in stored procedure?
What are two parts of package ?
Can a key be both primary and foreign?
What is the use of sql trace?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)