Can you inner join the same table?
No Answer is Posted For this Question
Be the First to Post Answer
what are all the common sql function? : Sql dba
How do I view stored procedures?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
IN A TABLE HAVE ONE COLUMN PRIMARY KEY..IT WILL NOT ALLOWS NULL VALUES AND DUPLICATE VALUES..INSTEAD OF PRIMARY KEY WHY CANT WE USE UNIQUE AND NOT NULL.THESE TWO ALSO DOESNT ACCEPT NULL VALUES IN NOT NULL AND UNIQUE DOESNT ACCEPT DUPLICATE VALUES? SO WHAT IS THE DIFEERENCE BETWEEN(UNIQUE,NOT NULL) AND PRIMARY KEY??????
What is the difference between nvl function, ifnull function, and isnull function?
Mention what is the plv (pl/vision) package offers?
How to Declare Fixed Length String Value In PL SQL
What is a table in a database?
While inserting 10 rows using procedure, if 3rd entry is having some error, what will be the output? How u will handle that error?
how to get enames with comma seperated values by deptwise on emp table?
IF EMP HAS 2 ROWS,DEPT HAS 4 ROWS.WHATS THE RESULT OF SELECT * FROM EMP,DEPT;
What is a mutating table