What is restrict in sql?
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>;
what is query cache in mysql? : Sql dba
how can you create an empty table from an existing table? : Sql dba
write a query to delete similar records in particular fields(columns) in different tables
we have a package and we have grants to execute that package inside of that we have table, here we don't have privileges to this table? whether this package will execute or not?
can we create index on index?
What is pl sql commands?
When is the update_statistics command used?
What is rule base and cost base optimizer?
i want to display 1 to 10 numbers using one select statement.
18 Answers HCL, Nyros, Oracle,
what is global variable in package
What is the difference between pl and sql?