Educationidol provides NIELIT CCC Online Test multiple choice question and answer , Computer General Knowledge of Competitive Exams. Question : Another word for a daisy wheel printer is?डेज़ी व्हील प्रिंटर के लिए एक और शब्द है? Answer : Line printer / लाइन प्रिंटर Petal printer […]
In mysql we will show how to get 50% record of employee table , given below example step by step. Step : 1 – Create Database CREATE DATABASE educationidol; Step : 2 – Create Table CREATE TABLE employee (id int(11) DEFAULT NULL,name varchar(40) DEFAULT NULL,salary […]