Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Aug 2022. There were 3 interview rounds.
Yes, I have knowledge of SQL and Oracle WebLogic server.
I have experience writing complex SQL queries to retrieve and manipulate data.
I am familiar with Oracle WebLogic server and have worked on configuring and troubleshooting it.
I have knowledge of SQL functions, joins, and stored procedures.
I have experience in performance tuning SQL queries for optimal efficiency.
I have worked on deploying applications on Oracle Web
Top trending discussions
posted on 11 Oct 2023
posted on 11 Oct 2023
I was interviewed before Jul 2016.
posted on 26 Jul 2017
I was interviewed before Jul 2016.
Primary keys uniquely identify records in a table, while foreign keys establish relationships between tables.
Primary keys ensure data integrity by enforcing uniqueness and preventing duplicate records.
Foreign keys create relationships between tables, allowing data to be linked and referenced across multiple tables.
Primary keys are typically used as foreign keys in related tables to establish relationships.
Foreign keys ...
Inner joins are used to combine rows from two or more tables based on a related column between them.
Inner joins return only the matching rows from both tables.
The join condition is specified using the ON keyword followed by the column(s) to join on.
Inner joins can be used to retrieve data from multiple tables based on a common column.
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;
The SELECT command is used to retrieve data from a database table.
SELECT is a fundamental SQL command used in database management systems.
It allows you to specify the columns and rows you want to retrieve from a table.
You can use various clauses like WHERE, ORDER BY, GROUP BY, etc. to filter and sort the data.
The result of a SELECT query is a result set or a cursor containing the selected data.
Example: SELECT * FROM em...
To create a table, use the CREATE TABLE statement in SQL.
Specify the table name after the CREATE TABLE keyword.
List the column names and their data types within parentheses.
Add any constraints or indexes as needed.
Example: CREATE TABLE employees (id INT, name VARCHAR(50), age INT);
based on 1 review
Rating in categories
Desktop Support Engineer
44
salaries
| ₹1.6 L/yr - ₹4 L/yr |
Talent Acquisition Executive
25
salaries
| ₹1.2 L/yr - ₹2.9 L/yr |
Application Support Engineer
25
salaries
| ₹1.8 L/yr - ₹2.8 L/yr |
Network Engineer
18
salaries
| ₹1.9 L/yr - ₹4.5 L/yr |
Talent Acquisition Specialist
15
salaries
| ₹3 L/yr - ₹6.8 L/yr |
Infosys
TCS
Wipro
HCLTech