-
Ampersand in SQL Output
How to display & in Oracle SQL output
-
Date tracking of tables
How to date track 2 tables to a previous month, using SQL code
-
Retrieve Names from Table
How to retrieve names from table starting with a particular character as a first letter, using with substring, instring without using LIKE function.
-
Date Conversions
How to convert any kind of date that comes in any format from the user to 'yyyymmdd' in Oracle?
-
Open a Excel File directly from SQL command line
How to open an excel sheet directly from the SQL prompt?
-
Pair Wise & Non-Pair Wise Columns
What are Pair Wise & Non-Pair Wise Columns?
-
SQL Database Name Length
What could be the maximum size of a database name in MSQL?
-
Average Monthly Salary
Write a query to display the average, monthly salary bill for each job type within a department.
-
Department Wise Average Salary
How to query the average salary for all the departments employing more than 3 people?
-
Co-Related Sub Query
What are the disadvantages of co-related sub query?
-
Maximum Limit for IN Operator
What is the maximum limit for IN operator on SQL?
-
NOCOPY mode
What is the purpose of NOCOPY mode in procedures?
-
Additional Conditions
How will you add additional conditions in SQL?
-
Enlarge Work Area Size
How to enlarge the size of work area in iSQL*plus?
-
SQL Buffer
Which command displays the SQL command in the SQL buffer, and then executes it?
-
How can you retrieve the random records from the table?
Hi Friends, One table having some many records but I want to retrieve under little-bit records randomly. If it is possible in SQL then send the reply ? So, I will wait for ur valuable answer...
Performance Tuning
What is mean by Performance Tuning? Explain with example.
How to validate a column, which takes only number and character value?
Is there any datatype in oracle to check whether a inserting value is at least a numeric and a character?
Ans