Showing posts with label sql. Show all posts
Showing posts with label sql. Show all posts
How to create, update and delete table in sql database?
To create a new table we have to write the code below in our query editor window: use MyDB go CREATE TABLE [dbo].[tbl_Employee]( [i...
How to create and delete sql database?
If we want to create a new database in sql server first of all we have to open (connect) our sql server management studio. After connecting...
What is SQL Server?
SQL stand for structured query language. This is a relational database management system designed for use in corporate applications, both o...
Subscribe to:
Posts
(
Atom
)