How to set up sql*plus output format in oracle?
Answer / Munindra Kumar Mishra
"To customize the output format in SQL++ for Oracle, use the SET command. For example, to display column headings only once and to set field width for a specific column:
```sql
SET NEWPAGE 0 HEADING OFF FEEDBACK OFF TRIMOUT ON PAGE 99 LINESIZE 120 COLUMN col_name FORMAT A15"""
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
I have 2 table A and B. In A 1 lakh record is present. In b 20 thousand data is present. To get the unique data from table A and B which join we should prefer left inner join or right outer join. Please answer.
What are the different types of a subquery?
What are the different operators available in sql?
What are the types of queries in sql?
Explain commit, rollback and savepoint.
Delete duplicate records in the emp table.
How to load data with sql*loader?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
How many columns should be in an index?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
What is java sql drivermanager?
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)