Have a look on this image you will find very interesting i mentioned all the date-time format strings in this image.
.Net Standard Date-Time-Format strings
Have a look on this image you will find very interesting i mentioned all the date-time format strings in this image.
Related Posts:
SQL Tools(SELECT INTO, INSERT INTO)SQL SELECT INTO statement is used to select data from a SQL database table and to insert it to a different table at the same time.The general SQL SELE… Read More
SQL Tools( Count, MAX, MIN)COUNT is a method which will count the total no of columns,total no of rows,total no of values.Like :-SELECT COUNT(Column_Name) FROM Table_NameThis wi… Read More
SQL Tools(Check , DEFAULT, CREATE INDEX)Check :-CREATE TABLE SHIP_Orders( @O_ID INT NOT NULL, @ORDER_NAME VARCHAR(25), @ORDER_ADDRESS VARCHAR(45), CHECK(@O_ID2))DEFAULT :-W… Read More
SQL Tools(Create DB, Create Table, UNION, UNION ALL, NOT NULL, UNIQUE, PRIMARY KEY, Foreign Key)To Create Database :-CREATE DATABASE Db_NameTo Create Table :-CREATE TABLE Person( @ID INT NOT NULL, @Name VARCHAR(20), @ADDRES… Read More
SQL Tools(DROP , TRUNCATE)DROP TABLE :-DROP TABLE table_nameDROP DATABASE :-DROP DATABASE database_nameTRUNCATE TABLE :-We use truncate statement if we want to delete the value… Read More
0 comments:
Post a Comment