in Education by
Create a table “Employee” where field names will be EmpID, EmpName, Designation, Salary. Please answer fast. Please. Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: CREATE TABLE Employee ( EMPID, EmpName, Designation, salary ) ; start * from Employee

Related questions

0 votes
    The structure of a table Employee is given below. Suggest suitable data type and size of each column. Column name ... _ Design _ _ Select the correct answer from above options...
asked Dec 11, 2021 in Education by JackTerrance
0 votes
    2- What values must be inserted in Insert table dialog box to create a table ? Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    Raja is paying 12% of his salary to income tax. To store the tax details, an variable named “It” is used. What would be its data type? Select the correct answer from above options...
asked Dec 29, 2021 in Education by JackTerrance
0 votes
    Construct logical expressions to represent the following conditions a) salary is not in the range 2500 to 5000 Select the correct answer from above options...
asked Dec 11, 2021 in Education by JackTerrance
0 votes
    The SQL query to open an existing database EMPLOYEE. * a) OPEN DATABASE EMPLOYEE; b) OPEN EMPLOYEE; c) USE ... d) USE EMPLOYEE; Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    read the data from employee. text file and sort on age using counting sort,merge sort,quick sort and write ... sortedemponage.txt'. Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    import java.io.*; class employee { int pan; String name; double taxincome; double tax; void input(int p1, ... help something is wrong Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    a query to display all the employee details of salesman and manager Select the correct answer from above options...
asked Nov 27, 2021 in Education by JackTerrance
0 votes
    Before starting to enter data in a table, you must create the: a. Design of the table c. Database from which to ... d. All of these Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    amaya wants to create connection between to or more table. Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    dbms question Write SQL Statement to perform following operation. i. Create Synonym for Hotel table to HM. ii. ... H_id as index Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    Word provides three methods to create a table of content in a document(tick the wrong one) * a.using ... table of content option Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    _____________ is a powerful database software that allows us to create, manage and process data in the form of a table Select the correct answer from above options...
asked Dec 20, 2021 in Education by JackTerrance
...