Most answered questions in Database

0 votes
1 answer

What is MariaDB?

MariaDB is a database management system (DBMS), ...READ MORE

Mar 18, 2019 in Database by Janice
576 views
0 votes
1 answer

Log into MariaDB Server as root

To log into the server as root, ...READ MORE

Mar 18, 2019 in Database by Gargi
559 views
0 votes
1 answer

Pre-requisites while installing MariaDB on Ubuntu?

The only thing you need to make ...READ MORE

Mar 18, 2019 in Database by Janice
493 views
0 votes
1 answer

Verify MariaDB is installed

Once you're done installing, execute the following ...READ MORE

Mar 18, 2019 in Database by Kiran
1,033 views
0 votes
1 answer

Install MariaDB on Ubuntu

Hey Ravi, execute the following instructions to ...READ MORE

Mar 18, 2019 in Database by Kiran
606 views
0 votes
1 answer

Install MS-SQL Server on Windows

Follow these steps  if you wish to ...READ MORE

Mar 18, 2019 in Database by Kiran
594 views
0 votes
1 answer

Requirements to install ms-sql on Windows

You'll be requiring the below mentioned: Which version, ...READ MORE

Mar 17, 2019 in Database by Purva
371 views
0 votes
1 answer

Thinks to keep in mind while installing ms-sql on Windows

Check for these things before you start ...READ MORE

Mar 17, 2019 in Database by Anvit
368 views
0 votes
1 answer

Error: Cannot connect to the server using SA account - MSSQL Linux

The option is to reset the system ...READ MORE

Mar 17, 2019 in Database by Fatima
604 views
0 votes
1 answer

Reset system administrator password - MSSQL Server on Linux

Execute the following two commands: sudo systemctl stop ...READ MORE

Mar 17, 2019 in Database by Fatima
873 views
0 votes
1 answer

Error: Cannot connect to the SQL Server on Ubuntu from SSMS - installing mssql on linux

Hey @Rajni, Verify if the server is running ...READ MORE

Mar 17, 2019 in Database by Anvit
2,192 views
0 votes
1 answer

Install SQQL Server agent on Linux

Hey Rajni, Execute the following commands: sudo apt-get ...READ MORE

Mar 17, 2019 in Database by Rakesh
513 views
0 votes
1 answer

How do I install MSSQL Server on Linux?

Hey @Rajni, to install MSSQL Server on ...READ MORE

Mar 17, 2019 in Database by Rakesh
473 views
0 votes
1 answer

System requirements to install MSSQL Server on Linux

These would be the hardware requirements to ...READ MORE

Mar 17, 2019 in Database by Mohor
575 views
0 votes
1 answer

Things I need to consider before installing MSSQL on Linux

SQL server on Linux is pretty new ...READ MORE

Mar 17, 2019 in Database by Mohor
441 views
0 votes
1 answer

Unable to uninstall MongoDB

Try apt-get --reinstall install mongodb This will pretend that ...READ MORE

Mar 15, 2019 in Database by Jobin
1,553 views
0 votes
1 answer

How do i install MongoDB on ubuntu?

Hey @Aryaa, follow these steps: Import Public Key sudo ...READ MORE

Mar 15, 2019 in Database by Avinash
596 views
0 votes
1 answer

How to display the queries executed by a particular user in MySQL?

From the version 5.1.7 onward, MySQL allows ...READ MORE

Mar 7, 2019 in Database by Mishti
• 480 points
3,737 views
0 votes
1 answer

How to intsall MongoDB in Windows?

Downloading and Installing MongoDB is the easiest ...READ MORE

Mar 1, 2019 in Database by Priyaj
• 58,090 points
540 views
0 votes
1 answer

How to install cassandra db on windows?

Downloading the executable file can be difficult. ...READ MORE

Mar 1, 2019 in Database by Priyaj
• 58,090 points
919 views
0 votes
1 answer

Install MS SQL on Ubuntu

Hey @Kavita, follow these steps to install ...READ MORE

Mar 1, 2019 in Database by Kali
451 views
0 votes
1 answer

How to install Oracle DB on Windows?

Installing Oracle DB is pretty easy wrt other ...READ MORE

Feb 28, 2019 in Database by Priyaj
• 58,090 points
1,163 views
0 votes
1 answer

How to install MySQL in Ubuntu?

To install MySQL on ubuntu you have ...READ MORE

Feb 28, 2019 in Database by Priyaj
• 58,090 points
849 views
0 votes
1 answer

How to install MySQL in windows?

You can download the all in one ...READ MORE

Feb 28, 2019 in Database by Priyaj
• 58,090 points
816 views
+2 votes
1 answer

How to export data from MySql to a CSV file?

If you are using MySql workbench then ...READ MORE

Jan 4, 2019 in Database by Priyaj
• 58,090 points
1,244 views
0 votes
1 answer

DateTime serialization best practices in .NET 3.5

One of the best ways to do ...READ MORE

Dec 17, 2018 in Database by DataKing99
• 8,240 points
835 views
0 votes
1 answer

What are the ways of Data Import and Export in MySQL Workbench?

There are majorly three ways to export ...READ MORE

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

What are Joins?

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

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

What is the EXISTS operator?

Exists operator is used to test if ...READ MORE

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

What is the NOT Operator in MySQL?

NOT operator displays a record when the ...READ MORE

Dec 14, 2018 in Database by Sahiti
• 6,370 points
779 views
+1 vote
1 answer

What are the features of MySQL?

The features of MySQL are as follows: Ease ...READ MORE

Dec 12, 2018 in Database by DataKing99
• 8,240 points
5,409 views
+1 vote
1 answer

What are the data types in MySQL?

The Data Types of MySQL are as ...READ MORE

Dec 12, 2018 in Database by DataKing99
• 8,240 points
2,860 views
0 votes
1 answer

What are the steps performed by Migration Wizard while migrating a database to MySQL?

The following are the steps  performed by ...READ MORE

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

What are the advanced MySQL Wokrbench capabilities?

Advanced MySQL Capabilities Provides an extension system that ...READ MORE

Dec 10, 2018 in Database by Sahiti
• 6,370 points
541 views
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
574 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
570 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
516 views
+1 vote
1 answer

What is the AND operator?

The AND operator is used to filter ...READ MORE

Dec 1, 2018 in Database by Sahiti
• 6,370 points
1,032 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
814 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
483 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
521 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
934 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
589 views
0 votes
1 answer

Aggregate Functions in MySQL

The aggregate functions are as follows: MIN() Function This ...READ MORE

Nov 26, 2018 in Database by DataKing99
• 8,240 points
1,272 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 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

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
470 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
480 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