Is join and inner join the same?
what are null values? : Sql dba
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
what are the differences between require and include, include_once and require_once? : Sql dba
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
how to select alphabets in a one column , for this the table name is PA_TASKS and column name is TASK_NUMBER, In TASK_NUMBER the data like this 1.1.3NN,1.1.4NN,1.5.1NN,1.3.2NE,1.5NN,1NN,1.2NE,1CE , For this i need to disply output as NN,NN,NN,NE,NN,NN,NE,CE, Its some urgent requirement ,thanks in advance
What is equi join in sql?
How do you use a while loop in pl sql?
Write a sql select query that only returns each name only once from a table?
what is the difference between where clause and having clause? : Sql dba
Is a secondary key the same as a foreign key?
How are sql commands classified?
What is date functions?