Welcome to the Educational Blog BBA(CA) . Purpose of this blog is provide study materials, Practical Questions slips .This blog is useful for FY ,SY, TY BBA(CA) /BCA students
Subscribe to:
Posts (Atom)
Slip 10. Write a jQuery code to make first word of each statement to bold.
Slip 10. Write a jQuery code to make first word of each statement to bold. <!DOCTYPE html> <html> <head> <scri...
-
Slip 1 a) Create a Node.js fil that will covert the output "Hello World!" into upper-case letters. b) C r eate a N ode.js f...
-
SQL>Connect Enter user name:Admin Enter Password: Connected SQL>create table dept(dno number(10) primary key,dname varchar2(20), loc v...
-
Create a RDB in 3 NF with appropriate data types and Constraints. Emp(eno ,ename ,designation ,salary, Date_Of_Joining) Dept(dno,dname ,...