InterviewSolution
Saved Bookmarks
| 1. |
Write SQL Commands to Create table as per the following details : Table name :: Employee Column Name datatype Empid integer with size 4 Name character with size 20 Designation character with size 10 Salary integer with size 4 City character with size 20 Where Empid will be Primary Key |
|
Answer» This SQL tutorial explains how to use the SQL CREATE TABLE statement with SYNTAX, examples, and practice exercises. Explanation: PLEASE MARK ME AS A BRAINLIEST |
|