Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.
Table joins are used to combine data from two or more tables based on a related column.
Inner join: returns only the matching rows from both tables
Left join: returns all rows from the left table and matching rows from the right table
Right join: returns all rows from the right table and matching rows from the left table
Full outer join: returns all rows from both tables, with NULL values in the columns where there is no m...
MySQL backup command from command prompt
Use mysqldump command to backup MySQL database from command prompt
Syntax: mysqldump -u [username] -p [password] [database_name] > [backup_file_name.sql]
Example: mysqldump -u root -p mypassword mydatabase > mybackup.sql
To load a CSV file into a database from the command prompt, you can use the database's command-line interface or a scripting language.
Ensure the database is installed and accessible from the command prompt
Use the appropriate command or script to connect to the database
Create a table in the database with the same structure as the CSV file
Use the appropriate command or script to import the CSV file into the table
Verify t...
To source a SQL file into database from command prompt, use the 'mysql' command followed by the database name and file path.
Open command prompt
Navigate to the directory where the SQL file is located
Use the 'mysql' command followed by the database name and file path
Example: mysql -u username -p database_name < file_path.sql
To create a table, use the CREATE TABLE statement followed by the table name and column definitions.
Use CREATE TABLE statement
Specify table name
Define columns with data types and constraints
Example: CREATE TABLE customers (id INT PRIMARY KEY, name VARCHAR(50), email VARCHAR(100));
Top trending discussions
I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.
Different types of explain plans include basic, serial, parallel, and statement-level.
Basic explain plan shows the execution plan of a SQL statement
Serial explain plan shows the execution plan for a serial query
Parallel explain plan shows the execution plan for a parallel query
Statement-level explain plan shows the execution plan for each SQL statement in a PL/SQL block
MVCC stands for Multi-Version Concurrency Control, a technique used in database management systems to allow multiple transactions to access the same data simultaneously.
MVCC is used to maintain data consistency and prevent conflicts between transactions.
It works by creating multiple versions of a data item, each with a timestamp indicating when it was created.
When a transaction reads a data item, it sees the version wi...
I applied via Walk-in and was interviewed before Apr 2020. There were 3 interview rounds.
A structured collection of data that is organized and managed to provide access and efficient retrieval of information.
A database is a collection of related data that is organized in a specific way.
It is designed to store, retrieve, and manage data efficiently.
It can be used to store any type of data, such as text, images, videos, and more.
Examples of databases include MySQL, Oracle, SQL Server, and MongoDB.
RDBMS stands for Relational Database Management System.
It is a type of database management system that stores data in tables with relationships between them.
It uses SQL (Structured Query Language) to manage and manipulate data.
Examples include Oracle, MySQL, Microsoft SQL Server, and PostgreSQL.
ORA-00600 is an internal error code that indicates a software bug or corrupted data.
ORA-00600 is a generic error message that indicates an internal error has occurred.
It is caused by a software bug or corrupted data.
It is a critical error that requires immediate attention from the DBA.
The error message includes a code that identifies the specific error.
The error can be resolved by applying a patch or contacting Oracle ...
ORA-600 is an internal error code in Oracle database.
It is a generic error that indicates that something unexpected has occurred within the database.
It is usually accompanied by a detailed error message that provides more information about the cause of the error.
It can be caused by a variety of factors, including software bugs, hardware failures, and data corruption.
It is important to diagnose and resolve ORA-600 error...
Cloning high level steps involve creating a copy of an existing database or server.
Identify the source database or server to be cloned
Create a backup of the source database or server
Restore the backup to a new location or server
Modify the cloned database or server as needed
Test the cloned database or server to ensure it functions properly
To add a datafile in a database, use the ALTER TABLESPACE statement.
Connect to the database as a user with the necessary privileges.
Identify the tablespace where you want to add the datafile.
Use the ALTER TABLESPACE statement with the ADD DATAFILE clause to add the datafile.
Specify the file name, size, and other attributes of the datafile.
Example: ALTER TABLESPACE users ADD DATAFILE '/path/to/datafile.dbf' SIZE 100M;
I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
I applied via Referral and was interviewed in Oct 2020. There were 3 interview rounds.
Joints are used to combine data from multiple tables in a database. There are different types of joints such as inner, outer, left, and right.
Inner join returns only the matching rows from both tables
Outer join returns all the rows from both tables and null values for non-matching rows
Left join returns all the rows from the left table and matching rows from the right table
Right join returns all the rows from the right ...
I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.
Some of the top questions asked at the Goolean Technologies Database Administrator DBA interview for experienced candidates -
Senior PHP Developer
8
salaries
| ₹4 L/yr - ₹7.7 L/yr |
Software Engineer
7
salaries
| ₹3.6 L/yr - ₹6.8 L/yr |
Software Developer
6
salaries
| ₹2.5 L/yr - ₹7.8 L/yr |
PHP Developer
6
salaries
| ₹3.6 L/yr - ₹5 L/yr |
Android Developer
5
salaries
| ₹3 L/yr - ₹5 L/yr |
TCS
Accenture
Wipro
Cognizant