-
-
C Null and SQL Null
what is the difference between the null in C and one in SQL?
-
Provide brief explanation of following SQL code
This is one of the questions I have on my interview exam. It is a take home exam and I have not learned SQL but the employers want to know my know my skills to find answers using any means possible. Question: Review the following SQL code and give a brief explanation SELECT 'AD', B.AccountID,'Change' FROM (SELECT DISTINCT A.sAMAccountName As AccountID from (select AG.sAMAccountName...
-
Oracle Water mark
What is water mark apporach in SQL?
-
Pivotal query
What is pivotal query?
-
Table Level Lock Modes
what are the differences among these table level lock modes - IN SHARE MODE, IN SHARE UPDATE MODE, IN EXCLUSIVE MODE ?
-
Meaning of I and G in Oracle Versions
What is the meaning of I and G in Oracle 9i & 10g versions
-
Inserting the image
How can I insert an image into oracle database?
-
Data Binding
Which type of binding does PL/SQL use?
-
To access Excel data into sql
Dear All,Suppose i have Excel table and within that i have some records. Please tell me the SQL query so that i can create table and populate the Excel sheet data
-
-
How many tables are needed to create and their relationships ?
Supplier Name
Supplier Site
Supplier Street
Supplier Contact Person
Supplier City
Supplier State
Supplier Phone number
Business requirement is : One Supplier can have multiple ( n number of
Sites ), One Supplier Site can have Multiple Contacts Persons ( n
number of Contact persons ), One Supplier Contact Person can have
multiple phone... -
ONE SQL statement which produces the following output
DEPARTMENT_ID ,EMP_COUNT, DEPT_PERCENTAGE
-
Size of parameter
what is the size of parameter that we passed in sql query
-
Inner join and Outer join
What is the difference between inner join and outer join?
-
-
-
3 way join
Hi,
I have 3 files each having 2 cols
e.g
File1
empid deptid
1 100
2 200
3 200
4 100
5 300
File2
empid salary
1 10
2 20
3 30
4 40 -
-
SQL query to change lower case in a table to Upper case
In a table the persons name is in lower case "abc" and is there any SQL query to obtain that persons name as "ABC" as an output?
SQL Interview Questions
Ans