Trending questions in Database

0 votes
1 answer

What are the MySQL Enterprise Backup operations available from MySQL Workbench?

There are mainly two MySQL Enterprise Backup ...READ MORE

Dec 6, 2018 in Database by CodingByHeart77
• 3,740 points
572 views
0 votes
1 answer

What are the various MySQL Workbench editions?

MySQL Workbench is mainly available in three ...READ MORE

Dec 6, 2018 in Database by CodingByHeart77
• 3,740 points
564 views
0 votes
1 answer

What is the syntax of SELECT statement?

This statement is used to select data ...READ MORE

Nov 27, 2018 in Database by Sahiti
• 6,370 points
930 views
0 votes
1 answer

MySQL Workbench Functionalities

The functionalities of MySQL Workbench are as ...READ MORE

Nov 29, 2018 in Database by Sahiti
• 6,370 points
810 views
0 votes
1 answer

What are the various levels of constraints

Constraints are the representation of a column ...READ MORE

Oct 18, 2018 in Database by DataKing99
• 8,240 points
2,596 views
0 votes
1 answer

what is the syntax of OR statement in MySQL?

The OR operator displays those records which ...READ MORE

Dec 1, 2018 in Database by Sahiti
• 6,370 points
512 views
0 votes
1 answer

List all the types of user-defined functions

There are three types of user-defined functions, ...READ MORE

Oct 29, 2018 in Database by Sahiti
• 6,370 points
1,900 views
0 votes
1 answer

IN vs OR in the SQL WHERE Clause

I assume you want to know the ...READ MORE

Sep 24, 2018 in Database by DataKing99
• 8,240 points
3,385 views
0 votes
1 answer

What is the syntax of USE statement in MySQL?

The USE statement is used to mention ...READ MORE

Nov 27, 2018 in Database by Sahiti
• 6,370 points
587 views
0 votes
1 answer

What is the UPDATE command in MySQL?

This statement is used to modify the ...READ MORE

Nov 28, 2018 in Database by Sahiti
• 6,370 points
525 views
0 votes
1 answer

What is the ALTER command in MySQL?

ALTER The ALTER command is used to add, ...READ MORE

Nov 28, 2018 in Database by Sahiti
• 6,370 points
520 views
0 votes
1 answer

What is MySQL Workbench?

MySQL Workbench is a designing or a ...READ MORE

Nov 29, 2018 in Database by Sahiti
• 6,370 points
473 views
0 votes
1 answer

What is SELECT DISTINCT statement

This statement is used to return only ...READ MORE

Nov 21, 2018 in Database by Sahiti
• 6,370 points
746 views
0 votes
1 answer

Comments in MySQL

Like any other programming language, there are ...READ MORE

Nov 26, 2018 in Database by DataKing99
• 8,240 points
419 views
0 votes
1 answer

What is REVOKE in MySQL?

This command is used to withdraw user’s ...READ MORE

Nov 23, 2018 in Database by Sahiti
• 6,370 points
555 views
0 votes
1 answer

What is GROUP BY statement in MySQL?

This statement is used with the aggregate ...READ MORE

Nov 23, 2018 in Database by Sahiti
• 6,370 points
510 views
0 votes
1 answer

Constraints Used In Database

Refer to the image below: READ MORE

Nov 15, 2018 in Database by DataKing99
• 8,240 points
826 views
0 votes
1 answer

What is the ORDER BY statement in MySQL?

This statement is used to sort the ...READ MORE

Nov 23, 2018 in Database by Sahiti
• 6,370 points
468 views
0 votes
1 answer

What is GRANT in MySQL?

This command is used to provide user ...READ MORE

Nov 23, 2018 in Database by Sahiti
• 6,370 points
475 views
0 votes
1 answer

What is HAVING Clause in MySQL?

Since the WHERE keyword cannot be used with aggregate ...READ MORE

Nov 21, 2018 in Database by Sahiti
• 6,370 points
490 views
0 votes
1 answer

What is a Join in terms of database?

JOINS are used to combine rows from ...READ MORE

Nov 13, 2018 in Database by DataKing99
• 8,240 points
808 views
0 votes
1 answer

How to cache data in a MVC application?

Reference the System.Web dll in your model ...READ MORE

Oct 25, 2018 in Database by Frankie
• 9,830 points
1,611 views
0 votes
1 answer

Can someone tell me what is IS NULL operator

Since it is not possible to test ...READ MORE

Nov 20, 2018 in Database by DataKing99
• 8,240 points
377 views
0 votes
1 answer

What is ANY operator?

Similar to the ALL operator, the ANY ...READ MORE

Nov 20, 2018 in Database by DataKing99
• 8,240 points
360 views
0 votes
1 answer

What is Database transaction?

The sequence of operation performed which changes ...READ MORE

Nov 14, 2018 in Database by Sahiti
• 6,370 points
613 views
0 votes
1 answer

Difference between STUFF & REPLACE function

STUFF Function: This function is used to ...READ MORE

Oct 10, 2018 in Database by CodingByHeart77
• 3,740 points
2,084 views
0 votes
1 answer

What do you understand by Database Triggers?

A set of commands that automatically get ...READ MORE

Nov 14, 2018 in Database by Sahiti
• 6,370 points
501 views
0 votes
1 answer

What are nested queries?

Nested queries are those queries which have an ...READ MORE

Nov 15, 2018 in Database by DataKing99
• 8,240 points
346 views
0 votes
1 answer

Different types of a subquery

There are two types of subquery namely, ...READ MORE

Oct 18, 2018 in Database by DataKing99
• 8,240 points
1,504 views
0 votes
1 answer

What are the different authentication modes in SQL Server? How can it be changed?

Windows mode and Mixed Mode – SQL ...READ MORE

Oct 29, 2018 in Database by Sahiti
• 6,370 points
1,026 views
0 votes
1 answer

Logical and Physical Plan : PIG Script

Logical and Physical plans are created during ...READ MORE

Sep 12, 2018 in Database by kurt_cobain
• 9,390 points
3,011 views
0 votes
1 answer

List the ways in which Dynamic SQL can be executed

Following are the ways in which dynamic ...READ MORE

Oct 26, 2018 in Database by DataKing99
• 8,240 points
1,033 views
0 votes
1 answer

Which one is suitable for real time big database- Primary Key or Unique Index?

What is a unique index? A unique index ...READ MORE

Oct 12, 2018 in Database by Frankie
• 9,830 points
1,582 views
0 votes
1 answer

What is subquery in SQL?

A subquery is a query inside another ...READ MORE

Oct 12, 2018 in Database by DataKing99
• 8,240 points
1,524 views
0 votes
1 answer

What is the need of MERGE statement?

This statement allows conditional update or insertion of ...READ MORE

Oct 23, 2018 in Database by DataKing99
• 8,240 points
732 views
0 votes
1 answer

What is a Foreign key?

Foreign key maintains referential integrity by enforcing ...READ MORE

Oct 26, 2018 in Database by Sahiti
• 6,370 points
599 views
0 votes
1 answer

Different Types Of Index

There are three types of index namely: Unique ...READ MORE

Oct 11, 2018 in Database by DataKing99
• 8,240 points
1,152 views
0 votes
1 answer

What is a Relationship and what are they?

Relation or links are between entities that ...READ MORE

Oct 23, 2018 in Database by DataKing99
• 8,240 points
612 views
0 votes
1 answer

ACID property in a database

ACID stands for Atomicity, Consistency, Isolation, Durability. It ...READ MORE

Oct 8, 2018 in Database by Sahiti
• 6,370 points
1,511 views
0 votes
1 answer

Difference between clustered and non clustered index in SQL

The differences between the clustered and non ...READ MORE

Sep 28, 2018 in Database by Sahiti
• 6,370 points
1,573 views
0 votes
1 answer

How to connect to MySQL Database?

using MySql.Data; using MySql.Data.MySqlClient; namespace Data { ...READ MORE

Oct 12, 2018 in Database by Frankie
• 9,830 points
966 views
0 votes
1 answer

What is an ALIAS command?

The ALIAS name can be given to ...READ MORE

Oct 22, 2018 in Database by DataKing99
• 8,240 points
513 views
0 votes
1 answer

What is Denormalization?

Denormalization refers to a technique which is ...READ MORE

Oct 17, 2018 in Database by Sahiti
• 6,370 points
692 views
0 votes
1 answer

What is Normalization of database?

Normalization is the process of organizing data ...READ MORE

Oct 8, 2018 in Database by DataKing99
• 8,240 points
1,056 views
0 votes
1 answer

STUFF and REPLACE function in SQL

STUFF Function: This function is used to ...READ MORE

Sep 28, 2018 in Database by DataKing99
• 8,240 points
1,414 views
0 votes
1 answer

Is there any boolean type in Oracle database?

Nope. I don't think there is one But ...READ MORE

Oct 10, 2018 in Database by Neha
• 6,300 points
821 views
0 votes
1 answer

What is Proactive/Retroactive/Simultaneous Update

Proactive Update: The updates that are applied ...READ MORE

Aug 17, 2018 in Database by CodingByHeart77
• 3,740 points
3,128 views
0 votes
1 answer

How to do a batch insert in MySQL

You can try out the following query: INSERT ...READ MORE

Sep 10, 2018 in Database by Sahiti
• 6,370 points
2,072 views
0 votes
1 answer

What is a covered Index?

A covering index is an index that contains all ...READ MORE

Oct 10, 2018 in Database by Frankie
• 9,830 points
606 views
0 votes
1 answer

Collation in Database

Collation is defined as a set of ...READ MORE

Oct 9, 2018 in Database by DataKing99
• 8,240 points
455 views