Create Table Contact
(
ContactID int Primary Key Identity (1,1),
Name varchar(50),
Mobile varchar(50),
Address varchar(250)
)
Then after -> Go to the objectExplorer window in a sqlserver and select database and done refresh -> select CRUD database and open it -> Select Table and done RightClick -> Select Edit Top 200 rows for insert some record and execute.
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Step 1: First Create A Data Base
Step 2: – Create a Table like Customer
Then after -> Go to the objectExplorer window in a sqlserver and select database and done refresh -> select CRUD database and open it -> Select Table and done RightClick -> Select Edit Top 200 rows for insert some record and execute.