Hello guys in this tutorial , we will learn the first step of using sql server. We will see how we can create database and perform crud operation using sql queries.
Tag
database management
All blogs tagged with database management
6
Articles
27,396
Total Views
Showing 6 of 6 articles
09
Dec
2023
Create Database and CRUD operation
09
Dec
2023
Setting up database on plesk server
Setting up database on plesk server
09
Dec
2023
Database Backup .bak
Database Backup .bak
13
Jan
2023
How to rename table column in sql server
Hello guys, sometimes while working with sql server we often create tables with wrong columns names and we often need to rename those columns. So we will see how to rename table column in sql server.
13
Jan
2023
How to find all tables by column name
Hello guys, sometimes while working with big databases in sql server we often need to find all tables where we have used specific columns. So we will see how to do that.
13
Jan
2023
How to Return Query Results as a Comma Separated in MySQL
The GROUP_CONCAT() function was built specifically for the purpose of concatenating a query’s result set into a list separated by either a comma or a delimiter of your choice.