How do I kill a query in postgresql?
What are pl sql data types?
How many scalar data types are supported in pl/sql?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
What is an oracle stored procedure?
How do you create an update query?
Is primary key a clustered index?
HOW TO ADD PRIMARY KEY TO TABLE BY PL/SQL PROGRAM
What is triggering circuit?
Is it possible for a table to have more than one foreign key?
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
Can you join a table to itself?
Is sql low level language?