how many ways to get the current time? : Sql dba
In a table i have columns A,B,C and i have a composite index on columns A,B if so will the following query uses index or not? SELECT sal,name FROM <table_name> WHERE A=<value> AND B=<value> AND C=<value>;
four procedures is are there should i write their in a package
What is on delete set null?
Write a sql query to get the third highest salary of an employee from employee_table?
how to create object in plsql
What does seeding a database mean?
What is %type in pl sql?
Does view contain data?
what is global temporary tables and how use that tables in pl/sql packages
What are different types of functions in sql?
query to retrive the employees whose sal is greater than avg sal
What are the usages of sql?