हिंदी

Consider the following table Stationary. Write SQL commands for following statement. Write SQL command to insert above mentioned record in table - Information Technology

Advertisements
Advertisements

प्रश्न

Consider the following table Stationary. Write SQL commands for following statement.

S_ID S_Name C_Name Price Quantity
001 Note Book ABC 20 50
002 Pencil Box XYZ 10 80
003 A4 Pages rim PQR 600 2

Write SQL command to insert above mentioned record in table

संक्षेप में उत्तर
Advertisements

उत्तर

INSERT INTO Stationary values
(001, 'Note Book', 'ABC', 20, 50)
(002, 'Pencil Box', 'XYZ', 10, 80)
(003, 'A4 Pages rim', 'PQR', 600, 2);
shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 2: Introduction to DBMS - Exercise [पृष्ठ २९]

APPEARS IN

बालभारती Information Technology [English] Standard 11 Maharashtra State Board
अध्याय 2 Introduction to DBMS
Exercise | Q 5. 2) | पृष्ठ २९
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×