What is sql comments?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between triggers and stored procedures. And advantages of SP over triggers ?
How to use sql statements in pl/sql?
What is a full join?
Types of indexes. What is the default key created when a primary key is created in a table ?
What do you mean by stored procedures?
How to display all Friday's in a year with date?
How to get list of all tables from a database?
table name :Tab fields name 1.trx_no (pk) 2.trx_date 3.account code (7 char) 4.account type (1 char) 5.amt Tab contains account code day wise debit and credit transaction , account type fiels can have 2 value D for debit and c for Credit . write a query to display the account code wise total debit and credit bal for the month of april 2004. write a query to display account code wise new amt credit for the april 2004
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
Can a table have two primary keys?
Write a query to find the name of employees those who have joined on Monday.(based on column hire_date)
what is the difference between varray and table data type..please expalain with some examples... under what situation you will go for varray..instead of index by table...